| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | guard strdup() call in embedding main function against memory errors | Stefan Behnel | 2015-07-13 | 1 | -4/+4 |
| * | also free() the allocated argument strings on error in embedding main function | Stefan Behnel | 2015-07-13 | 1 | -8/+4 |
| * | free()-ing a NULL pointer should be fine | Stefan Behnel | 2015-07-13 | 1 | -7/+5 |
| * | Fixed some memory leaks in Utility/Embed.c | Michael Ensslin | 2015-07-12 | 1 | -1/+11 |
| * | add missing malloc() result casts in embedding main program code | Stefan Behnel | 2014-12-01 | 1 | -2/+2 |
| * | move embedded C main function code into external utility code file | Stefan Behnel | 2014-03-15 | 1 | -0/+192 |
