FreeBSD Bugzilla – Attachment 186153 Details for
Bug 221890
textproc/xerces-c3: New upstream release 3.2.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
0008-graphics-cegui-Patch-invalid-pointer-and-integer-com.patch
0008-graphics-cegui-Patch-invalid-pointer-and-integer-com.patch (text/plain), 1.34 KB, created by
Roger Leigh
on 2017-09-07 22:09:51 UTC
(
hide
)
Description:
0008-graphics-cegui-Patch-invalid-pointer-and-integer-com.patch
Filename:
MIME Type:
Creator:
Roger Leigh
Created:
2017-09-07 22:09:51 UTC
Size:
1.34 KB
patch
obsolete
>From 0d0c7561a111ea8f42033b1791d08484939e66d9 Mon Sep 17 00:00:00 2001 >From: Roger Leigh <rleigh@codelibre.net> >Date: Mon, 4 Sep 2017 09:48:42 +0100 >Subject: [PATCH 08/13] graphics/cegui: Patch invalid pointer and integer > comparison > >--- > .../patch-cegui_src_XMLParserModules_TinyXML_XMLParser.cpp | 11 +++++++++++ > 1 file changed, 11 insertions(+) > create mode 100644 graphics/cegui/files/patch-cegui_src_XMLParserModules_TinyXML_XMLParser.cpp > >diff --git a/graphics/cegui/files/patch-cegui_src_XMLParserModules_TinyXML_XMLParser.cpp b/graphics/cegui/files/patch-cegui_src_XMLParserModules_TinyXML_XMLParser.cpp >new file mode 100644 >index 000000000000..0000f7399584 >--- /dev/null >+++ b/graphics/cegui/files/patch-cegui_src_XMLParserModules_TinyXML_XMLParser.cpp >@@ -0,0 +1,11 @@ >+--- cegui/src/XMLParserModules/TinyXML/XMLParser.cpp.orig 2017-09-04 09:38:57.918728000 +0100 >++++ cegui/src/XMLParserModules/TinyXML/XMLParser.cpp 2017-09-04 09:40:24.424412000 +0100 >+@@ -130,7 +130,7 @@ >+ processElement(childNode->ToElement()); >+ break; >+ case TiXmlNode::CEGUI_TINYXML_TEXT: >+- if (childNode->ToText()->Value() != '\0') >++ if (childNode->ToText()->Value() != nullptr) >+ d_handler->text((encoded_char*)childNode->ToText()->Value()); >+ break; >+ >-- >2.14.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 221890
:
185962
|
186127
|
186128
|
186129
|
186130
|
186131
|
186132
|
186133
|
186134
|
186135
|
186136
|
186153