cvs commit: src/lib/libc/stdlib random.c

David Schultz das at FreeBSD.org
Mon Jan 19 19:02:19 PST 2004


das         2004/01/19 19:02:18 PST

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      random.c 
  Log:
  Use 'uint32_t' instead of 'long' when a 32-bit integer is intended.
  This results in no functional change, aside from fixing a data
  corruption bug on LP64 platforms.  The code here could still use a
  significant amount of cleanup.
  
  PR:             56502
  Submitted by:   hrs (earlier version)
  
  Revision  Changes    Path
  1.24      +32 -31    src/lib/libc/stdlib/random.c


More information about the cvs-src mailing list