Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 1998 11:50:14 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/ppp bundle.c bundle.h defs.c main.c mp.c
Message-ID:  <199805061850.LAA08957@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1998/05/06 11:50:14 PDT

  Modified files:        (Branch: MP)
    usr.sbin/ppp         bundle.c bundle.h defs.c main.c mp.c 
  Log:
  o Make sure we don't dereference NULL when we've lost all our links.
  o Use srandomdev() for __FreeBSD__ >= 2, not just >2.
  o Use srandom((time(NULL)^getpid())+random()), random() when we
    haven't got srandomdev().
  
  Revision  Changes    Path
  1.1.2.74  +23 -7     src/usr.sbin/ppp/Attic/bundle.c
  1.1.2.37  +2 -1      src/usr.sbin/ppp/Attic/bundle.h
  1.11.4.11 +3 -3      src/usr.sbin/ppp/defs.c
  1.121.2.56 +4 -6      src/usr.sbin/ppp/main.c
  1.1.2.24  +4 -2      src/usr.sbin/ppp/Attic/mp.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805061850.LAA08957>