Bug 4652 - ash read stops prematurely : read < /proc/sys/kernel/random/poolsize
Summary: ash read stops prematurely : read < /proc/sys/kernel/random/poolsize
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Standard Compliance (show other bugs)
Version: 1.19.x
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-21 17:45 UTC by Earl Chew
Modified: 2011-12-21 19:36 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Earl Chew 2011-12-21 17:45:32 UTC
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