]> git.sur5r.net Git - bacula/docs/commit
kes Move initialization of read/write res lock earlier in the code.
authorKern Sibbald <kern@sibbald.com>
Wed, 23 Jan 2008 19:46:04 +0000 (19:46 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 23 Jan 2008 19:46:04 +0000 (19:46 +0000)
commit856d9e8187f110876d91ccba379b2f38860e8709
treee0d75a5b2593611d41532ad1d00a51a5f4130934
parentb91de856281309fc8a35a3a2cd0d8cfce88583ea
kes  Move initialization of read/write res lock earlier in the code.
     This fixes the crash with a null conf file. This fixes bug
     #1030.
kes  Redefine CURES in lib/parse_conf to be URES and move it all
     into lib/parse_conf.c -- this responds to bug #1042, but does
     not fix it. The fix is not to compile with FORTIFY_SOURCE.
kes  Backport fix de-referencing a NULL pointer in the scanner from
     the trunk SVN. I don't think this was reported as a bug