https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-admin/augeas-1.14.1 fails tests (PYTHON-3.12-SYSTEM). Discovered on: amd64 (internal ref: python-3.12_tinderbox) NOTE: (PYTHON-3.12-SYSTEM) in the summary means that the bug was found on a machine that runs python-3.12 but this bug MAY or MAY NOT BE related to the new python version
Created attachment 870080 [details] build.log build log and emerge --info
Created attachment 870081 [details] 1-test-suite.log 1-test-suite.log
the test failed because of an heap overflow discovered with ASAN. Please check if it is intended on not, and while on it if there are security implications. The best could be get in touch with upstream
This test is from gnulib. If you try build gnulib itself with ASAN, can you reproduce the failure? If so, please report it upstream to bug-gnulib@ (and link it here, feel free to CC me too). I've not analysed the test to see if ASAN is getting confused by gnulib's own free() implementation (if it even has one, I assume it does given the test exists) or not.