Skip to content

[scarthgab] commit da15df26e62bf9b030ec93d94d0182f4d9562e32 #1063

Description

@san-skov-dk

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)
| |

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions