Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games/hunt/huntd one port complains about string overflow he...
details: https://anonhg.NetBSD.org/src/rev/2704cd7d78d9
branches: trunk
changeset: 378505:2704cd7d78d9
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Apr 15 01:55:21 2021 +0000
description:
one port complains about string overflow here that i can't see.
diffstat:
games/hunt/huntd/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 62170d541ac2 -r 2704cd7d78d9 games/hunt/huntd/Makefile
--- a/games/hunt/huntd/Makefile Thu Apr 15 01:54:38 2021 +0000
+++ b/games/hunt/huntd/Makefile Thu Apr 15 01:55:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2021/04/12 02:54:08 mrg Exp $
+# $NetBSD: Makefile,v 1.10 2021/04/15 01:55:21 mrg Exp $
PROG= huntd
SRCS= answer.c draw.c driver.c execute.c expl.c \
@@ -12,5 +12,6 @@ CPPFLAGS+=-I${.CURDIR}/../include
# Appears wrong - should not exceed bounds of array.
COPTS.answer.c+= ${GCC_NO_STRINGOP_OVERFLOW}
COPTS.shots.c+= ${GCC_NO_STRINGOP_OVERFLOW}
+COPTS.driver.c+= ${GCC_NO_STRINGOP_OVERFLOW}
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index