mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5028] [MERGED] gcov: fix gcov functions always declared as dummy #5335
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#5335
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/5028
Author: @kmk3
Created: 3/9/2022
Status: ✅ Merged
Merged: 3/11/2022
Merged by: @netblue30
Base:
master← Head:fix-gcov-macro📝 Commits (1)
a265fb0gcov: fix gcov functions always declared as dummy📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
src/include/gcov_wrapper.h(+2 -2)📄 Description
Currently, the check to enable gcov relies on a non-existent macro due
to a typo, which looks like it would cause the dummy/empty versions of
the gcov functions to always be declared (even with --enable-gcov),
instead of the real ones from gcov.h. This commit fixes the typo
(HAS_GCOV -> HAVE_GCOV). See configure.ac for the macro declaration.
This amends commit
5106b2ec4("gcov: use no-op functions if notenabled", 2021-06-20) / PR #4376.
Occurrences of each macro with this commit applied:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.