Skip to content
  • Rob Swindell's avatar
    Fix segfault when printing Bad-echo name after failing to load cfg · 2962e4a5
    Rob Swindell authored
    This is a weird one: sbbsecho ran right as I was saving msgs.cnf via
    SCFG and it seems like it loaded 0-byte msgs.cnf into memory and this
    segfault was a result of trying to print sub[INVALID_SUB]->code.
    
    The use of [f]nopen() with proper share perms should have prevented this
    (truncated msgs.cnf read) from happening, so there's something else afoot here.
    2962e4a5