mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-24 01:13:04 -05:00
sys: fileinfo.c: minor comment change
This commit is contained in:
parent
0c810c52fa
commit
7894cc8b7b
@ -411,7 +411,7 @@ static NTSTATUS FspFsvolQueryStreamInformationCopy(
|
|||||||
|
|
||||||
if ((PUINT8)DestBuf + BaseInfoLen + StreamNameLength > DestBufEnd)
|
if ((PUINT8)DestBuf + BaseInfoLen + StreamNameLength > DestBufEnd)
|
||||||
{
|
{
|
||||||
/* only copy as much of the stream name as we can and return STATUS_BUFFER_OVERFLOW */
|
/* copy as much of the stream name as we can and return STATUS_BUFFER_OVERFLOW */
|
||||||
StreamNameLength = (ULONG)(DestBufEnd - ((PUINT8)DestBuf + BaseInfoLen));
|
StreamNameLength = (ULONG)(DestBufEnd - ((PUINT8)DestBuf + BaseInfoLen));
|
||||||
Result = STATUS_BUFFER_OVERFLOW;
|
Result = STATUS_BUFFER_OVERFLOW;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user