[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#7159) Fix a crash in back-sql



Full_Name: Timo Teräs
Version: 2.4.28
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (83.145.235.194)


The back-sql crashes on startup with following backtrace:
#0  0x0000045655d11efc in config_generic_wrapper ()
#1  0x0000045655d1187e in read_config_file ()
#2  0x0000045655d08fb6 in read_config ()
#3  0x0000045655cffc15 in main ()

This is because the be_cf_ocs is not initialized properly.