Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 1997 19:05:03 -0800 (PST)
From:      Eivind Eklund <eivind>
To:        CVS-committers, cvs-all, cvs-games
Subject:   cvs commit:  src/games/battlestar Makefile com1.c com2.c com3.c com4.c com5.c com6.c com7.c cypher.c externs.h fly.c init.c room.c save.c
Message-ID:  <199702200305.TAA09873@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
eivind      97/02/19 19:05:01

  Modified:    games/battlestar  Makefile com1.c com2.c com3.c com4.c
                        com5.c com6.c com7.c  cypher.c externs.h fly.c
                        init.c room.c save.c
  Log:
  Remove buffer overflow and tempfile race, remove <sys/time.h> hack (and
  need for it), change definition of setbit() macro and friends to be
  compatible with <sys/param.h>.
  The bugs were discovered and fixed as a result of the FreeBSD code audit.
  
  Submitted by:	Aaron Bornstein <aaronb@j51.com>, Mark Huizer <xaa@stack.nl>
  
  Revision  Changes    Path
  1.3       +1 -0      src/games/battlestar/Makefile
  1.3       +14 -14    src/games/battlestar/com1.c
  1.3       +6 -6      src/games/battlestar/com2.c
  1.3       +5 -5      src/games/battlestar/com3.c
  1.3       +7 -7      src/games/battlestar/com4.c
  1.3       +13 -13    src/games/battlestar/com5.c
  1.3       +4 -4      src/games/battlestar/com6.c
  1.3       +6 -6      src/games/battlestar/com7.c
  1.3       +5 -5      src/games/battlestar/cypher.c
  1.3       +10 -7     src/games/battlestar/externs.h
  1.2       +4 -4      src/games/battlestar/fly.c
  1.3       +2 -2      src/games/battlestar/init.c
  1.3       +1 -1      src/games/battlestar/room.c
  1.2       +44 -13    src/games/battlestar/save.c



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