- Timestamp:
- Jun 5, 2013, 8:42:43 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/Changelog
r435 r436 1 3.0.13: 2 * Fix race condition in GrowingLogfiles policy that 3 causes spurious reports (problem noticed by J. Daubert) 4 1 5 3.0.12: 2 6 * Fix compiler warning in bignum.c (unused parameter) -
trunk/src/sh_unix.c
r428 r436 4002 4002 if ((theFile->check_mask & MODI_SGROW) != 0) 4003 4003 { 4004 /* Update size so it matches the one for which the checksum 4005 has been computed */ 4006 fbuf.st_size = length_current; 4004 4007 buf.st_size = fbuf.st_size; 4005 4008 sl_rewind(rval_open); … … 4056 4059 if ((theFile->check_mask & MODI_SGROW) != 0) 4057 4060 { 4061 /* Update size so it matches the one for which the checksum 4062 has been computed */ 4063 fbuf.st_size = length_current; 4058 4064 buf.st_size = fbuf.st_size; 4059 4065 sl_rewind(rval_open);
Note:
See TracChangeset
for help on using the changeset viewer.