|
|
|
|
|
by clarry
4297 days ago
|
|
Actually use of uninitialized memory is a reasonably common flaw and doesn't imply the process has been or can be hacked to execute arbitrary code. So wiping that sort of information as soon as it becomes unneeded is good hygiene. And I still think it is reasonable to do the least you can to avoid ending up with sensitive data on the disk after a core dump. |
|
As for the second point production software isn't typically configured to produce core dumps (ie. ulimit -c 0).