mirror of
https://github.com/reactos/reactos.git
synced 2025-08-09 23:53:00 +00:00
[FILESYSTEMS] Fix pool memory disclosure in filesystem drivers supporting FS_INFORMATION_CLASS.FileFsVolumeInformation (#2975)
* FileFsVolumeInformation-memory-disclosure * remove unnecessary assignment to 0 * fix
This commit is contained in:
parent
ede7a20a17
commit
166f815e7b
5 changed files with 15 additions and 7 deletions
|
@ -197,6 +197,9 @@ UDFCommonQueryVolInfo(
|
|||
try_return(RC);
|
||||
}
|
||||
#endif //UDF_ENABLE_SECURITY
|
||||
|
||||
RtlZeroMemory(Irp->AssociatedIrp.SystemBuffer, Length);
|
||||
|
||||
switch (IrpSp->Parameters.QueryVolume.FsInformationClass) {
|
||||
|
||||
case FileFsVolumeInformation:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue