diff options
author | wennmach <wennmach@pkgsrc.org> | 2003-10-21 14:19:37 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2003-10-21 14:19:37 +0000 |
commit | b3ed2fe8a4b55da9327a07080fb4547fe43d3756 (patch) | |
tree | 6ffff2bf633cd77e3c1c06f01e3581408557cb80 /cross/avr-gdb/Makefile | |
parent | 22f5e9c5f13a8eed48b6febe520046d7299e5b44 (diff) | |
download | pkgsrc-b3ed2fe8a4b55da9327a07080fb4547fe43d3756.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/Makefile | 3 |
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/} |