config_file.c
44.7 KB
-
config_file: check if section header buffer runs out of memory · 2cf48e13
While parsing section headers, we use a buffer to store the actual section name. We do not check though if the buffer runs out of memory at any stage. Do so.
Patrick Steinhardt committed