Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2008 02:11:10 +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:  <200801130211.m0D2BBeo084882@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
das         2008-01-13 02:11:10 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      heapsort.c qsort.c 
  Log:
  Use size_t to avoid overflow when sorting arrays larger than 2 GB.
  
  PR:             111085
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.6       +1 -1      src/lib/libc/stdlib/heapsort.c
  1.14      +2 -1      src/lib/libc/stdlib/qsort.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801130211.m0D2BBeo084882>