config_file.c
25.9 KB
-
Fixed crash in config parser when empty value is encountered. · 9f861826
Example: key1 = value1 key2 = In this config the value will be a bad pointer which config object will attempt to free() causing a crash.
Oleg Andreev committed