diff options
author | kleink <kleink> | 2003-07-30 10:52:35 +0000 |
---|---|---|
committer | kleink <kleink> | 2003-07-30 10:52:35 +0000 |
commit | 4dac442e9b1cf90603180a043fbea9e21229fa99 (patch) | |
tree | c40a303e26b4d931c73e9641d0bb6eafaecf38a3 /games/xconq/Makefile | |
parent | 632abc2b3fc3e828f05ad4e75bf502e1251314a7 (diff) | |
download | pkgsrc-4dac442e9b1cf90603180a043fbea9e21229fa99.tar.gz |
2003-07-26 Hans Ronne <hronne@telia.com>
Fix possible buffer overflow problem in default_player_spec
on Unix (thanks Steve Kemp).
* xconq.c (make_default_player_spec): Limit it to BUFSIZE -1.
* xtconq.c (make_default_player_spec): Limit it to BUFSIZE -1.
In due course, bump to xconq-7.4.1nb1.
Diffstat (limited to 'games/xconq/Makefile')
-rw-r--r-- | games/xconq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xconq/Makefile b/games/xconq/Makefile index 77ea9316554..d19d61ceb48 100644 --- a/games/xconq/Makefile +++ b/games/xconq/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2003/07/17 21:39:30 grant Exp $ +# $NetBSD: Makefile,v 1.17 2003/07/30 10:52:35 kleink Exp $ DISTNAME= xconq-7.4.1 CATEGORIES= games x11 MASTER_SITES= ftp://sources.redhat.com/pub/xconq/ +PKGREVISION= 1 MAINTAINER= kleink@NetBSD.org HOMEPAGE= http://sources.redhat.com/xconq/ |