OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Robert Nagy (robertcvs.openbsd.org)
Date: Sun Nov 27 2005 - 15:45:20 CST


CVSROOT: /cvs
Module name: src
Changes by: robertcvs.openbsd.org 2005/11/27 14:45:20

Modified files:
        gnu/usr.bin/lynx: aclocal.m4 configure
        gnu/usr.bin/lynx/WWW/Library/Implementation: HTTP.c
        gnu/usr.bin/lynx/src: HTML.c LYUtils.c

Log message:
make lynx(1) to use arc4random(4) instead of other random functions;

avoid a segfault by checking the value of TAB TO;
from Alexey Dobriyan <adobriyangmail.com>; pushed by deraadt