cvs commit: src/lib/libc/stdlib heapsort.c qsort.c

David Schultz das at FreeBSD.org
Sat Jan 26 00:21:14 PST 2008


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


More information about the cvs-src mailing list