mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[UDFS] Don't access OldInIcb after being freed
CORE-11199
This commit is contained in:
parent
dcf18826a5
commit
4805f0cd73
1 changed files with 1 additions and 1 deletions
|
@ -1719,8 +1719,8 @@ UDFWriteFile__(
|
|||
}
|
||||
}
|
||||
if(OldInIcb) {
|
||||
MyFreePool__(OldInIcb);
|
||||
UDFWriteExtent(Vcb, &(Dloc->DataLoc), 0, (uint32)OldLen, FALSE, OldInIcb, &_WrittenBytes);
|
||||
MyFreePool__(OldInIcb);
|
||||
}
|
||||
if((int64)OldLen != Dloc->DataLoc.Length) {
|
||||
// restore file size
|
||||
|
|
Loading…
Reference in a new issue