Commit 2cf48e13262921c2c6e38668c1ea54d93c2117c8

Patrick Steinhardt 2017-03-20T09:34:41

config_file: check if section header buffer runs out of memory 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.