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/99f4538e9d65
branches:  trunk
changeset: 961302:99f4538e9d65
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 61d963f59e52 -r 99f4538e9d65 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 @@
 # 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