head 1.2; access; symbols pkgsrc-2013Q4:1.1.0.4 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.2 pkgsrc-2013Q3-base:1.1; locks; strict; comment @// @; 1.2 date 2014.03.21.01.43.40; author ryoon; state dead; branches; next 1.1; commitid rON1SBw81fScsvtx; 1.1 date 2013.07.13.19.33.19; author joerg; state Exp; branches; next ; commitid eMNsMfT4RhzlrlXw; desc @@ 1.2 log @Update to 24.4.0 Changelog: Fixed in Thunderbird 24.4 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) @ text @$NetBSD: patch-mailnews_base_search_src_nsMsgSearchTerm.cpp,v 1.1 2013/07/13 19:33:19 joerg Exp $ --- mailnews/base/search/src/nsMsgSearchTerm.cpp.orig 2013-07-12 15:29:22.000000000 +0000 +++ mailnews/base/search/src/nsMsgSearchTerm.cpp @@@@ -197,7 +197,7 @@@@ nsresult NS_MsgGetStringForAttribute(int } } if (!found) - *string = '\0'; // don't leave the string uninitialized + *string = NULL; // don't leave the string uninitialized // we no longer return invalid attribute. If we cannot find the string in the table, // then it is an arbitrary header. Return success regardless if found or not @ 1.1 log @Don't use false as pointer value. @ text @d1 1 a1 1 $NetBSD$ @