From 631b8e772cb55687a6ac37c7dc26df9f744b8581 Mon Sep 17 00:00:00 2001 From: Ben Lubar Date: Sat, 15 Feb 2020 16:10:30 -0600 Subject: [PATCH] update structures; fix -lowmem being enabled due to being uninitialized on the stack. --- library/xml | 2 +- plugins/devel/check-structures-sanity.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/library/xml b/library/xml index c98b89239..111d88937 160000 --- a/library/xml +++ b/library/xml @@ -1 +1 @@ -Subproject commit c98b89239c387f967a8656c863f9a923c26244d2 +Subproject commit 111d88937adf56fdb7d366c59176a7cecda5415d diff --git a/plugins/devel/check-structures-sanity.cpp b/plugins/devel/check-structures-sanity.cpp index dc32c52c3..6f21dda3f 100644 --- a/plugins/devel/check-structures-sanity.cpp +++ b/plugins/devel/check-structures-sanity.cpp @@ -186,6 +186,7 @@ Checker::Checker(color_ostream & out) : Core::getInstance().p->getMemRanges(mapped); enums = false; sizes = false; + lowmem = false; } bool Checker::check()