pmdk
pmdk copied to clipboard
Use Malloc for path's buffers instead of stack
Decrease the amount of stack memory usage by allocating the path buffer on the heap using the Malloc() function.
Requires:
- [x] #5887
Signed-off-by: Tomasz Gromadzki [email protected]