alsa-lib/src/ucm
Andreas Müller 26ab44c99e ucm_exec.c: Include limits.h explicitly to fix build on musl
Fixes:
| ../../../alsa-lib-1.2.5/src/ucm/ucm_exec.c: In function 'find_exec':
| ../../../alsa-lib-1.2.5/src/ucm/ucm_exec.c:43:18: error: 'PATH_MAX' undeclared (first use in this function)
|    43 |         char bin[PATH_MAX];
|       |                  ^~~~~~~~
| ../../../alsa-lib-1.2.5/src/ucm/ucm_exec.c:43:18: note: each undeclared identifier is reported only once for each function it appears in
| ../../../alsa-lib-1.2.5/src/ucm/ucm_exec.c: In function 'uc_mgr_exec':
| ../../../alsa-lib-1.2.5/src/ucm/ucm_exec.c:177:18: error: 'PATH_MAX' undeclared (first use in this function)
|   177 |         char bin[PATH_MAX];
|       |                  ^~~~~~~~

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2021-06-03 12:29:03 +02:00
..
main.c ucm: fix error path in execute_cfgsave() 2021-06-02 19:51:13 +02:00
Makefile.am ucm: add exec sequence command 2021-05-12 08:32:45 +02:00
parser.c ucm: fix possible memory leak in parse_verb_file() 2021-06-03 07:30:27 +02:00
ucm_cond.c ucm: fix if_eval_path() - access NULL pointer 2021-06-02 19:53:24 +02:00
ucm_exec.c ucm_exec.c: Include limits.h explicitly to fix build on musl 2021-06-03 12:29:03 +02:00
ucm_include.c ucm: compound_merge() - fix use after free (and logic) 2021-06-03 09:00:51 +02:00
ucm_local.h ucm: add cfg-save command 2021-05-17 16:49:46 +02:00
ucm_regex.c ucm: fix regexec() REG_NOMATCH state handling for define regex 2021-05-12 09:53:18 +02:00
ucm_subs.c ucm: fix out-of-array access in rval_device_lookup_init() 2021-06-02 20:01:08 +02:00
utils.c ucm: add cfg-save command 2021-05-17 16:49:46 +02:00