Date: Sat, 26 Jan 2008 08:21:14 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib heapsort.c qsort.c Message-ID: <200801260821.m0Q8LEm7051284@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2008-01-26 08:21:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/stdlib heapsort.c qsort.c Log: MFC qsort.c,v 1.14-1.15, heapsort.c,v 1.6 Use size_t to avoid overflow when sorting arrays larger than 2 GB. PR: 111085 Revision Changes Path 1.5.2.1 +1 -1 src/lib/libc/stdlib/heapsort.c 1.13.2.1 +7 -5 src/lib/libc/stdlib/qsort.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801260821.m0Q8LEm7051284>