DEVEL15-windows-pioctl-parse-path-20071018
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 19 Oct 2007 05:27:03 +0000 (05:27 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 19 Oct 2007 05:27:03 +0000 (05:27 +0000)
commita91db02388fc8a932586891c1b8b4e72c5f60d45
treebb91f1756a736f3c18ff8e71de49b6c5558db1c0
parent3a89b2b29aea7b1ee4016559dec00fb0024056b5
DEVEL15-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.

(cherry picked from commit 05ee11d3155489bf28ca35b8b1ea4f32c97bf76b)
src/WINNT/afsd/cm_ioctl.c