[Bug 4652] New: ash read stops prematurely : read < /proc/sys/kernel/random/poolsize
bugzilla at busybox.net
bugzilla at busybox.net
Wed Dec 21 17:45:33 UTC 2011
https://bugs.busybox.net/show_bug.cgi?id=4652
Summary: ash read stops prematurely : read <
/proc/sys/kernel/random/poolsize
Product: Busybox
Version: 1.19.x
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Standard Compliance
AssignedTo: unassigned at busybox.net
ReportedBy: echew at ixiacom.com
CC: busybox-cvs at busybox.net
Estimated Hours: 0.0
On Linux:
Using bash:
% read < /proc/sys/kernel/random/poolsize ; echo $REPLY
4096
Using Busybox 1.19.3:
./sh -c 'read < /proc/sys/kernel/random/poolsize ; echo $REPLY'
4
./cat < /proc/sys/kernel/random/poolsize
4096
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list