diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-10-22 00:42:19 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-10-22 00:42:19 +0000 |
commit | 463b5bfa6a04341fe253c2505022c0f64cf90795 (patch) | |
tree | 27949c1d441189e119814d76a6df1cf7d45a8cde /www/mozilla-devel/files/patch-256316 | |
parent | Update to version 4.73. (diff) |
Update to 1.8a4. For now, if you're building with Xft2 support,
an explicit --disable-freetype2 is passed to the configure script.
Notes
Notes:
svn path=/head/; revision=119949
Diffstat (limited to 'www/mozilla-devel/files/patch-256316')
-rw-r--r-- | www/mozilla-devel/files/patch-256316 | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/www/mozilla-devel/files/patch-256316 b/www/mozilla-devel/files/patch-256316 deleted file mode 100644 index 147d15e5303d..000000000000 --- a/www/mozilla-devel/files/patch-256316 +++ /dev/null @@ -1,18 +0,0 @@ -Index: mozilla/netwerk/dns/src/nsIDNService.cpp -=================================================================== -RCS file: /cvsroot/mozilla/netwerk/dns/src/nsIDNService.cpp,v -retrieving revision 1.18 -retrieving revision 1.18.10.1 -diff -u -r1.18 -r1.18.10.1 ---- netwerk/dns/src/nsIDNService.cpp 3 Apr 2004 07:32:18 -0000 1.18 -+++ netwerk/dns/src/nsIDNService.cpp 27 Aug 2004 11:23:21 -0000 1.18.10.1 -@@ -242,6 +242,9 @@ - - NS_IMETHODIMP nsIDNService::Normalize(const nsACString & input, nsACString & output) - { -+ // protect against bogus input -+ NS_ENSURE_TRUE(IsUTF8(input), NS_ERROR_UNEXPECTED); -+ - nsAutoString outUTF16; - nsresult rv = stringPrep(NS_ConvertUTF8toUTF16(input), outUTF16); - if (NS_SUCCEEDED(rv)) |