|
* Disable GTK_DOC, which fails to build
* Disable system malloc on some arches. There were typos in the options anyway,
so they haven't done anything anyway. System malloc is discouraged by upstream
since bmalloc not only performs better it also has some security related
advantages.
fixes the following CVEs:
* CVE-2019-6251
* CVE-2019-8506
* CVE-2019-8524
* CVE-2019-8535
* CVE-2019-8536
* CVE-2019-8544
* CVE-2019-8551
* CVE-2019-8558
* CVE-2019-8559
* CVE-2019-8563
* CVE-2019-11070
fixes #10598
Co-authored-by: TBK <tbk@jjtc.eu>
|