Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jun 2016 15:46:14 +0000 (UTC)
From:      "Andrey A. Chernov" <ache@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r301448 - head/lib/libc/stdlib
Message-ID:  <201606051546.u55FkEbp054900@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ache
Date: Sun Jun  5 15:46:14 2016
New Revision: 301448
URL: https://svnweb.freebsd.org/changeset/base/301448

Log:
  Reflect error indication according to POSIX and what those functions
  currently do.

Modified:
  head/lib/libc/stdlib/random.3

Modified: head/lib/libc/stdlib/random.3
==============================================================================
--- head/lib/libc/stdlib/random.3	Sun Jun  5 15:05:53 2016	(r301447)
+++ head/lib/libc/stdlib/random.3	Sun Jun  5 15:46:14 2016	(r301448)
@@ -174,8 +174,8 @@ If
 .Fn initstate
 is called with less than 8 bytes of state information, or if
 .Fn setstate
-detects that the state information has been garbled, error
-messages are printed on the standard error output.
+detects that the state information has been garbled,
+NULL is returned.
 .Sh SEE ALSO
 .Xr arc4random 3 ,
 .Xr lrand48 3 ,



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