29 Dec
2020
29 Dec
'20
8:12 a.m.
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