00513db Ticket 48372 - ASAN invalid write in dblayer.c

Authored and Committed by William Brown 8 years ago
    Ticket 48372 - ASAN invalid write in dblayer.c
    
    Bug Description:  During server start up we attempt to write 513 bytes to a
    buffer that is only 512 bytes long.
    
    Fix Description:  Increase the size of the buffer that sscanf writes into.
    
    https://fedorahosted.org/389/ticket/48372
    
    Author: wibrown
    
    Review by: rmeggins (Thanks!)