diff options
author | marcus <marcus@FreeBSD.org> | 2006-12-16 04:57:41 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-12-16 04:57:41 +0800 |
commit | 3ae4f002cb66b82a7437564528a5f239b3528d5d (patch) | |
tree | bafda9dab4b42fb72d3185106424396ecbccc9fe /www/firefox36/Makefile | |
parent | 02acc8c160735627ff4610cde94c7891f29d78f6 (diff) | |
download | freebsd-ports-gnome-3ae4f002cb66b82a7437564528a5f239b3528d5d.tar.gz freebsd-ports-gnome-3ae4f002cb66b82a7437564528a5f239b3528d5d.tar.zst freebsd-ports-gnome-3ae4f002cb66b82a7437564528a5f239b3528d5d.zip |
Fix a double-free while performing print operations which could trigger a
segmentation fault if malloc debugging was enabled.
Reported by: dougb
Diffstat (limited to 'www/firefox36/Makefile')
-rw-r--r-- | www/firefox36/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index 2abeb1d7401d..86e94687293d 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/Makefile @@ -7,7 +7,7 @@ PORTNAME= firefox DISTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} |