search for: arc4random_addrandom

Displaying 3 results from an estimated 3 matches for "arc4random_addrandom".

2011 Jan 28
2
klibc 1.5.21-1 and mksh
...+ - position of temp. buffer on stack (randomised on recent kernels) + + Additional variation (non-random) via: + - PID of last stir call + - PID of current stir call + - count of arc4random() calls since last stir + - time of current stir call + - size of user-provided data + - position of arc4random_addrandom() argument on stack + - filedescriptor of /proc/sys/kernel/random/uuid + - count of bytes read from /proc/sys/kernel/random/uuid + + After stirring, it's good for 65535 arc4random() calls. + The first call to arc4random() after fork() re-stirs. + +Index: klibc-1.5.21/usr/include/stdlib.h +=...
2013 Nov 06
4
[Bug 2168] New: Fails to build after arc4random API change in OpenBSD
...762705209&w=2 OpenSSH-portable fails to build on OpenBSD-current (post 5.4). This is a problem for the OpenBSD ports tree which includes copies of the openssh-portable source code. Since other OSes have not implemented yet the improvements made since 10 years to the arc4random API, calling the arc4random_addrandom() or arc4random_stir() functions is still necessary on those platforms. Maybe one day we'll finally get rid of those functions. The patch attached fixes build on OpenBSD-current and any other platform willing to remove these functions. -- You are receiving this mail because: You are watching...
2009 Jan 13
1
[Bug 569] New: in6addr_any undeclared
...epted? If not, how do you suggest can we turn off IPv6 support for (embedded) setups that deliberately omit IPv6 or, in the future, IPv4 support from their libc's? Thanks alot in advance for your comments. Excerpt from the logs: $ nm -D lib/libuClibc-0.9.30.so | grep _addr 0000000000043f33 T arc4random_addrandom 000000000003de34 T inet_addr $ tail -n 4 nohup.out /bin/sh ./libtool --tag=CC --mode=link /there/src/buildroot.git.x86_64/x86_64_build/staging/usr/bin/x86_64-linux-uclibc-gcc --sysroot=/there/src/buildroot.git.x86_64/x86_64_build/staging/ -isysroot /there/src/buildroot.git.x86_64/x86_64_build/st...