Package: mcpp / 2.7.2-4

Metadata

Package Version Patches format
mcpp 2.7.2-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 zeroc fixes.patch | (download)

src/internal.H | 4 3 + 1 - 0 !
src/main.c | 2 2 + 0 - 0 !
src/support.c | 4 3 + 1 - 0 !
src/system.c | 5 3 + 2 - 0 !
4 files changed, 11 insertions(+), 4 deletions(-)

 fixes by zeroc, inc.
02 gniibe fixes.patch | (download)

src/main.c | 7 1 + 6 - 0 !
1 file changed, 1 insertion(+), 6 deletions(-)

 simple fixes
 * Fix freeing unmalloced memory
   The memory of 'in_file' is not malloced, but points to argv[].
   It is wrong to free it.
 * When there is no input file specified by argv, it causes error
   and fp_in == NULL.  Check is needed to call fclose for fp_in.