Searched hist:"6386 f4da2a168a31f7b992906963d72ca00ff943" (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | pututxline.c | diff 6386f4da2a168a31f7b992906963d72ca00ff943 Thu Jan 14 16:20:09 CET 2010 Ed Schouten <ed@FreeBSD.org> Unbreak pututxline() on 32-bit architectures.
I forgot to cast the size_t's back to off_t before negating them, causing all sorts of artifacts where the log files would grow to 2^32 - 197 bytes.
Reported by: ume diff 6386f4da2a168a31f7b992906963d72ca00ff943 Thu Jan 14 16:20:09 CET 2010 Ed Schouten <ed@FreeBSD.org> Unbreak pututxline() on 32-bit architectures.
I forgot to cast the size_t's back to off_t before negating them, causing all sorts of artifacts where the log files would grow to 2^32 - 197 bytes.
Reported by: ume
|