mountmgr: Return STATUS_BUFFER_OVERFLOW from query_unix_drive() if the buffer is...
commit2d0e113db15fc6109d0b44502cda40727ff04fa7
authorZebediah Figura <z.figura12@gmail.com>
Wed, 25 Mar 2020 23:17:03 +0000 (25 18:17 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 26 Mar 2020 08:23:16 +0000 (26 09:23 +0100)
treedb71458f4fc6e8e6527bc497fc7f827d097fe678
parentaafe39a8126ef3d500d70cd330cadf94f339568a
mountmgr: Return STATUS_BUFFER_OVERFLOW from query_unix_drive() if the buffer is too small.

STATUS_MORE_ENTRIES is meant for enumeration APIs like NtQueryDirectoryFile();
we are not enumerating anything here.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/mountmgr.sys/mountmgr.c