]> git.sur5r.net Git - bacula/docs/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)
commit5ce2bdd3771b6444c169f4050261c9bebe42dbf2
treef47c3ba590a0a5cefe3dbf662e28c5f3ada9e5d8
parent7d8a6982b1bc2ade7a4d691eb1611849a85d1e21
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.