bareos: bareos-12.4 ce6baf19

Author Committer Branch Timestamp Parent
bastian bastian bareos-12.4 2013-10-09 17:43 bareos-12.4 c308cb48 Pending
Affected Issues  0000233: Missing handling of "close" errors
Changeset Missing handling of "close" errors

When backing up on a CIFS target (others?), a full (remote) file system
is not detected until close() returns (returning -1 and setting errno).
However, the return value is not verified, and the incorrect write
operation is not detected. The final job result is "ok", but the volume
files are small or empty.

Fixes 0000233: Missing handling of "close" errors

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/stored/dev.c Diff File