mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4297] CI is broken (yet again) #2612
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2612
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kmk3 on GitHub (May 23, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4297
It looks like it was broken by #4229. Workflow run:
Log excerpt
Link to the previous issue: #4256
Cc: @glitsj16 @netblue30 @reinerh @rusty-snake @smitsohu (as participants
of #4229/#4256)
@reinerh commented on GitHub (May 23, 2021):
I just checked this error and can confirm that it is a false positive by GCC 10.
When rebuilding the same file (
fs_whitelist.c) with GCC 11, it no longer detects a memory leak and builds it successfully.Unfortunately there are new warnings with GCC 11 (see #4274).
@kmk3 commented on GitHub (May 23, 2021):
@reinerh @smitsohu Thanks for the quick fixes!