regression of 'make config.log'

GitHub issues - opened github at alsa-project.org
Tue Dec 29 09:12:34 CET 2020


alsa-project/alsa-lib issue #108 was opened from libinyang:

In the latest alsa-lib code, make config.log will fail. After reverting the commit "5275d170", make config.log successfully.

Steps to reproduce:
1. update alsa-lib to the latest
2. ./gitcompile
3. cd test/lsb/ && make config.log
The build will fail. And it shows:
../../test-driver: line 107: 78589 Segmentation fault      (core dumped) "$@" > $log_file 2>&1
FAIL: config

After reverting commit 5275d170 (conf: fix use after free in _snd_config_load_with_include), the build works.

Issue URL     : https://github.com/alsa-project/alsa-lib/issues/108
Repository URL: https://github.com/alsa-project/alsa-lib


More information about the Alsa-devel mailing list