windows-pioctl-parse-path-20071018
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 19 Oct 2007 05:25:39 +0000 (05:25 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 19 Oct 2007 05:25:39 +0000 (05:25 +0000)
commit05ee11d3155489bf28ca35b8b1ea4f32c97bf76b
tree1485d272f84e8759faa1c901e6082277163ee486
parent53baa78733c01dfcf842a7d8339bc3e8c55d517e
windows-pioctl-parse-path-20071018

cm_ParseIoctlPath() moves the ioctlp->inDatap past the ioctl path
to the next data value if there is one.  Make sure we move the pointer
before we alter the contents of the buffer.  Otherwise, the caller
uses the wrong string for its next data blob.
src/WINNT/afsd/cm_ioctl.c