From: Kern Sibbald Date: Mon, 24 Dec 2007 09:44:35 +0000 (+0000) Subject: Fix seg fault Frank Sweetser reports in regression testing X-Git-Tag: Release-2.2.7~3^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5ce2bdd3771b6444c169f4050261c9bebe42dbf2;p=bacula%2Fdocs 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. ---