Skip to content

Conversation

@Duncaen
Copy link
Member

@Duncaen Duncaen commented Dec 22, 2025

No description provided.

break;
case '\\':
if (p[1] == ' ' || p[1] == '\t') {
p += 1;

Check notice

Code scanning / CodeQL

For loop variable changed in body

Loop counters should not be modified in the body of the [loop](1).
break;
case '\\':
if (p[1] == ' ' || p[1] == '\t') {
p += 1;

Check notice

Code scanning / CodeQL

For loop variable changed in body

Loop counters should not be modified in the body of the [loop](1).
struct hook_parse_ctx *ctx = user;
int r;

// xbps_dbg_printf("[hooks] %s %s %s %s\n",ctx->path, section, name, value);

Check notice

Code scanning / CodeQL

Commented-out code

This comment appears to contain commented-out code.
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