Skip to content

Enable GNU extensions in cmd_create.c for enhanced compatibility

ae3105d
Select commit
Loading
Failed to load commit list.
Merged

Add comprehensive symlink support to BFC containers #6

Enable GNU extensions in cmd_create.c for enhanced compatibility
ae3105d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Sep 13, 2025 in 4s

No new alerts in code changed by this pull request

Annotations

Check failure on line 335 in src/cli/cmd_extract.c

See this annotation in the file changed.

Code scanning / CodeQL

Time-of-check time-of-use filesystem race condition High

The
filename
being operated upon was previously
checked
, but the underlying file may have been changed since then.