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.
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