ekjstm / permafrost

Automatically exported from code.google.com/p/permafrost
0 stars 0 forks source link

Typemaps in harrays.i and strings.i do not check return value of calloc #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Typemaps in harrays.i and strings.i do not check return value of calloc for
null pointer. Also, they do not use the #ifdef __cplusplus calloc/new
construct.

Original issue reported on code.google.com by solomon....@gmail.com on 1 Feb 2009 at 4:11

GoogleCodeExporter commented 9 years ago
Fixed in harrays.i.

Original comment by solomon....@gmail.com on 16 Feb 2009 at 10:13