Skip to content

Conversation

@Mab879
Copy link
Member

@Mab879 Mab879 commented Jan 9, 2026

@Mab879 Mab879 added this to the 1.4.4 milestone Jan 9, 2026
@jan-cerny jan-cerny self-assigned this Jan 12, 2026

const size_t fix_text_len = strlen(fix_text);
int start_offset = 0;
size_t start_offset = 0;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that there is a problem that the start_offset parameter of the oscap_pcre_exec function is defined as int in the function declaration.

@Mab879 Mab879 marked this pull request as draft January 12, 2026 21:52
PCRE2 is expecting uint32_t, not int
Should be size_t not int, per the types on pcre2_match_8.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants