thinker007 / templatemaker

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

templatemaker.c has hard-coded malloc() length #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The function_make_template() C function has a hard-coded malloc length,
which makes it susceptible to buffer overflows and means it cannot handle
strings of arbitrary length.

Original issue reported on code.google.com by holov...@gmail.com on 5 Jul 2007 at 8:20

GoogleCodeExporter commented 9 years ago
Fixed in [7].

Original comment by holov...@gmail.com on 5 Jul 2007 at 10:30