diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-10-22 02:03:10 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-10-22 02:03:10 +0000 |
commit | 6dafd0c815ce61bacd264d1d61732e6cf81740d2 (patch) | |
tree | aa17a463ec4b14a91e7b477420afd2468ee2d366 /devel/m4/Makefile | |
parent | change master site (diff) |
Fix a format string vulnerability.
Note that others might still be lurking inside the m4 code,
this is just a quick fix for the one reported on BugTraq.
(What do I think I am doing, anyway, reading BugTraq at 4:30am
on a bleak Monday morning..)
Reported by: <dotslash@snosoft.com> via BugTraq
Notes
Notes:
svn path=/head/; revision=49050
Diffstat (limited to 'devel/m4/Makefile')
-rw-r--r-- | devel/m4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/m4/Makefile b/devel/m4/Makefile index 464c3bba6b26..7cee4bc4ba78 100644 --- a/devel/m4/Makefile +++ b/devel/m4/Makefile @@ -7,6 +7,7 @@ PORTNAME= m4 PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= m4 |