]> git.sur5r.net Git - bacula/rescue/commit
kes Move initialization of read/write res lock earlier in the code.
authorKern Sibbald <kern@sibbald.com>
Wed, 23 Jan 2008 19:56:10 +0000 (19:56 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 23 Jan 2008 19:56:10 +0000 (19:56 +0000)
commit9be05416c6ba4a6bebf460c654884e245440ae26
treed3ef711f786c27779938a895cd80255699082d69
parent3ef2d05f3b0c086db5d70bb903bfb1e78545fb75
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 to 2.2.8 fix de-referencing a NULL pointer in the scanner from
     the trunk SVN. I don't think this was reported as a bug.