summaryrefslogtreecommitdiff
path: root/cross/avr-gdb/Makefile
diff options
context:
space:
mode:
authorwennmach <wennmach>2003-10-21 14:19:37 +0000
committerwennmach <wennmach>2003-10-21 14:19:37 +0000
commit19940d8c0c2eb270ad49f1254128095e0b0ed22b (patch)
tree6ffff2bf633cd77e3c1c06f01e3581408557cb80 /cross/avr-gdb/Makefile
parent3dafba5466a5194f3876f5770187bf50e9a1b5ef (diff)
downloadpkgsrc-19940d8c0c2eb270ad49f1254128095e0b0ed22b.tar.gz
Add bounds checking for prologue buffer. This avoids avr-gdb crashes
when debugging programs without prologue. Patch provided by Karl Janmar < karl -AT- utopiafoundation -DOT- org > in PR pkg/23154
Diffstat (limited to 'cross/avr-gdb/Makefile')
-rw-r--r--cross/avr-gdb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/avr-gdb/Makefile b/cross/avr-gdb/Makefile
index e663ef27c16..acf78f61496 100644
--- a/cross/avr-gdb/Makefile
+++ b/cross/avr-gdb/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2003/07/22 18:09:13 wennmach Exp $
+# $NetBSD: Makefile,v 1.4 2003/10/21 14:19:37 wennmach Exp $
# FreeBSD Id: ports/devel/avr-gdb/Makefile,v 1.2 2003/03/07 06:00:08 ade Exp
DISTNAME= gdb-5.3
PKGNAME= avr-gdb-5.3
+PKGREVISION= 1
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_SOURCEWARE:=gdb/releases/}