The CVE-2026-43895 for jq breaks compilation no matter building it native too.
src/.libs/bytecode.o
| cc1: fatal error: src/parser.c: No such file or directory
| compilation terminated.
| make[2]: *** [Makefile:1051: src/parser.lo] Error 1
| make[2]: *** Waiting for unfinished jobs....
| ../jq-1.7.1/src/jv_parse.c: In function 'found_string':
| ../jq-1.7.1/src/jv_parse.c:496:13: warning: comparison is always true due to limited range of data type [-Wtype-limits]
| 496 | if (c >= 0 && c <= 0x001f)
| |
The CVE-2026-43895 for jq breaks compilation no matter building it native too.
src/.libs/bytecode.o
| cc1: fatal error: src/parser.c: No such file or directory
| compilation terminated.
| make[2]: *** [Makefile:1051: src/parser.lo] Error 1
| make[2]: *** Waiting for unfinished jobs....
| ../jq-1.7.1/src/jv_parse.c: In function 'found_string':
| ../jq-1.7.1/src/jv_parse.c:496:13: warning: comparison is always true due to limited range of data type [-Wtype-limits]
| 496 | if (c >= 0 && c <= 0x001f)
| |