pmdk icon indicating copy to clipboard operation
pmdk copied to clipboard

Use Malloc for path's buffers instead of stack

Open grom72 opened this issue 1 year ago • 1 comments

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]


This change is Reviewable

grom72 avatar Oct 24 '23 05:10 grom72