NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/48119 CVS commit: src/sys/dev
The following reply was made to PR kern/48119; it has been noted by GNATS.
From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/48119 CVS commit: src/sys/dev
Date: Wed, 25 Sep 2013 03:14:55 +0000
Module Name: src
Committed By: riastradh
Date: Wed Sep 25 03:14:55 UTC 2013
Modified Files:
src/sys/dev: rndpseudo.c
Log Message:
Fix spurious kassert on interrupted blocking read from /dev/random.
Return EINTR in this case instead. While here, clarify comment.
Fixes PR kern/48119, simpler than the patch attached there, per
discussion with tls@, who had this right in the earlier version
of rndpseudo.c before I broke it (oops!).
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/rndpseudo.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index