[PR #5431] [MERGED] build: Fix musl warnings #5487

Closed
opened 2026-05-05 10:39:21 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5431
Author: @reinerh
Created: 10/23/2022
Status: Merged
Merged: 10/23/2022
Merged by: @reinerh

Base: masterHead: musl_warnings


📝 Commits (2)

  • 8fa8ea4 include limits.h instead of manually defining LINE_MAX
  • a86c4fe check for availability of symbols instead of glibc defines

📊 Changes

3 files changed (+21 additions, -21 deletions)

View changed files

📝 src/fnettrace/main.c (+1 -1)
📝 src/libtrace/libtrace.c (+10 -10)
📝 src/libtracelog/libtracelog.c (+10 -10)

📄 Description

Fixes two warnings when building firejail with musl libc.

Should fix #5421.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/5431 **Author:** [@reinerh](https://github.com/reinerh) **Created:** 10/23/2022 **Status:** ✅ Merged **Merged:** 10/23/2022 **Merged by:** [@reinerh](https://github.com/reinerh) **Base:** `master` ← **Head:** `musl_warnings` --- ### 📝 Commits (2) - [`8fa8ea4`](https://github.com/netblue30/firejail/commit/8fa8ea4c2366bd8ff5222638186df94201b1daa2) include limits.h instead of manually defining LINE_MAX - [`a86c4fe`](https://github.com/netblue30/firejail/commit/a86c4fe93f130752a862ff0a5ee75f073c3586b1) check for availability of symbols instead of glibc defines ### 📊 Changes **3 files changed** (+21 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `src/fnettrace/main.c` (+1 -1) 📝 `src/libtrace/libtrace.c` (+10 -10) 📝 `src/libtracelog/libtracelog.c` (+10 -10) </details> ### 📄 Description Fixes two warnings when building firejail with musl libc. Should fix #5421. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:39:21 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#5487
No description provided.