logological / gpp

GPP, a generic preprocessor
https://logological.org/gpp
GNU Lesser General Public License v3.0
192 stars 33 forks source link

Check return values when allocating memory #5

Open logological opened 8 years ago

logological commented 8 years ago

The return values from dynamic memory allocation functions such as malloc(), calloc(), realloc(), and strdup() rarely checked. This should be fixed.

(This issue was migrated from the BUGS file of 2004-07-11.)