jasone      2007-03-29 21:07:17 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      malloc.c 
  Log:
  Use size_t instead of unsigned for pagesize-related values, in order to
  avoid downcasting issues.  In particular, this change fixes
  posix_memalign(3) for alignments greater than 2^31 on LP64 systems.
  
  Make sure that NDEBUG is always set to be compatible with MALLOC_DEBUG. [1]
  
  Reported by:    [1] Lee Hyo geol <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.146     +8 -4      src/lib/libc/stdlib/malloc.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to