Actions
Bug #8175
openls / memory leak
Start date:
2017-05-09
Due date:
% Done:
0%
Estimated time:
(Total: 0.00 h)
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
Some memory leaks exist within ls. My first contribution to illumos-gate, going to submit a patch.
Files
Updated by David Carlier about 6 years ago
Updated by David Carlier about 6 years ago
Root cause analysis :
- Looked with valgrind ls command line behaviour
- Basically ls command line leaks memory, the amount depending on the flags used, a certain amount of false positives to distinguish as well. The most noticeable were the cache nodes then after few global variables.
Actions