Re: [xml] GCC 10 analyzer findings

2020-07-24 Thread Nick Wellnhofer
On 16/07/2020 11:49, Jeffrey Walton via xml wrote: I'm building libxml2-2.9.10 on Fedora 32 with GCC 10. GCC 10 includes the analyzer. The analyzer can be enabled by adding -fanalyze to CFLAGS and LDFLAGS. The analyzer is producing some use-after-free and double-free findings on libxml2-2.9.10.

[xml] GCC 10 analyzer findings

2020-07-16 Thread Jeffrey Walton via xml
Hi Everyone, I'm building libxml2-2.9.10 on Fedora 32 with GCC 10. GCC 10 includes the analyzer. The analyzer can be enabled by adding -fanalyze to CFLAGS and LDFLAGS. The analyzer is producing some use-after-free and double-free findings on libxml2-2.9.10. Could someone please make a testing pa