mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #4360] [MERGED] gcov: add missing gcov.h includes #5130
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#5130
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?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/4360
Author: @kmk3
Created: 6/18/2021
Status: ✅ Merged
Merged: 6/19/2021
Merged by: @netblue30
Base:
master← Head:gcov-add-missing-includes📝 Commits (1)
31557e9gcov: add missing gcov.h includes📊 Changes
14 files changed (+54 additions, -0 deletions)
View changed files
📝
src/firejail/appimage.c(+4 -0)📝
src/firejail/chroot.c(+3 -0)📝
src/firejail/fs.c(+4 -0)📝
src/firejail/fs_mkdir.c(+3 -0)📝
src/firejail/ls.c(+4 -0)📝
src/firejail/main.c(+4 -0)📝
src/firejail/profile.c(+5 -0)📝
src/firejail/rlimit.c(+4 -0)📝
src/firejail/sandbox.c(+3 -0)📝
src/firejail/util.c(+4 -0)📝
src/firemon/interface.c(+4 -0)📝
src/firemon/netstats.c(+4 -0)📝
src/firemon/procevent.c(+4 -0)📝
src/firemon/top.c(+4 -0)📄 Description
Fixes the following "implicit declaration" warning (13 occurrences in
total) when building with gcov support:
Note: The commands above were executed from makepkg, while building
firejail-git from the AUR.
Note2: gcc-10 was used because the build fails with the current gcc
version (11.1.0) on Artix Linux. The failure happens because
__gcov_flush was removed on gcc 11.1.0[1]; this will be addressed later.
Note3: The following command helped find the affected files:
[1] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=811b7636cb8c10f1a550a76242b5666c7ae36da2
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.