Hi Cyril, On Sun, Feb 16, 2014 at 12:16:16AM +0100, Cyril Bonté wrote: > 2. a "peers" section without a name will segfault.
I fixed it last year with commit 0dbbf317 but the fix was incomplete. The error code is ERR_FATAL, which does not abort the parsing, so when parsing the first "peer" of the section, curpeers is dereferenced while still NULL... I just fixed it now. Thanks, Willy

