resurrecting-open-source-projects / scrot

SCReenshOT - command line screen capture utility
Other
512 stars 51 forks source link

Fix unchecked calloc calls #222

Closed N-R-K closed 1 year ago

N-R-K commented 1 year ago

This replaces unchecked calloc calls with ecalloc - a calloc wrapper that exits upon failure.