]> git.sur5r.net Git - bacula/rescue/commit
Fix seg fault Frank Sweetser reports in regression testing
authorKern Sibbald <kern@sibbald.com>
Mon, 24 Dec 2007 09:44:35 +0000 (09:44 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 24 Dec 2007 09:44:35 +0000 (09:44 +0000)
commite82bbdab85034e0bdbc5882b19082b714f0b650a
tree18ce03612a3fa1720546f51d8fa5ee545dfad3bd
parenta590ad37a72a95e841a8f31f6df287d83a0f4100
Fix seg fault Frank Sweetser reports in regression testing
     on his systems. The problem was that the original author of
     bsnprintf.c did not take into account the side effects of
     using ++x in the argument to a #define.