From owner-cvs-src-old@FreeBSD.ORG Thu Jan 14 15:20:19 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1890106568B for ; Thu, 14 Jan 2010 15:20:19 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7620B8FC18 for ; Thu, 14 Jan 2010 15:20:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0EFKJeW068782 for ; Thu, 14 Jan 2010 15:20:19 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0EFKJVF068781 for cvs-src-old@freebsd.org; Thu, 14 Jan 2010 15:20:19 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <201001141520.o0EFKJVF068781@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Thu, 14 Jan 2010 15:20:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen pututxline.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jan 2010 15:20:19 -0000 ed 2010-01-14 15:20:09 UTC FreeBSD src repository Modified files: lib/libc/gen pututxline.c Log: SVN rev 202287 on 2010-01-14 15:20:09Z by ed 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 Revision Changes Path 1.3 +4 -4 src/lib/libc/gen/pututxline.c