mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 17:32:57 -05:00
sys: fileinfo.c: minor comment change
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user