From: Landon Fuller Date: Tue, 28 Nov 2006 07:02:34 +0000 (+0000) Subject: Fixed two bugs, the first of which is mine: X-Git-Tag: Release-2.0.0~203 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3b90ce7660d399ed5cc3536f311ca6d3b646591a;p=bacula%2Fdocs Fixed two bugs, the first of which is mine: - If a signed digest was incorrectly written for a non-file, do not leak or attempt to validate the digest -- ignore it. - If no new data is encrypted, but the output buffer is not empty, there is still data that needs to be written -- don't exit. ---