Details
-
Sub-task
-
Resolution: Fixed
-
Major
-
None
Description
[reactos/base/shell/cmd/replace.c:191]: (error) Mismatching allocation and deallocation: buffer
buffer is allocated with VirtualAlloc() but freed with cmd_free() with just translates to crt free(), probably corrupts the heap and leaks the buffer. Use VirtualFree() instead.