[PR #691] [MERGED] Pair of small fixes #3717

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/691
Author: @manevich
Created: 8/7/2016
Status: Merged
Merged: 8/8/2016
Merged by: @netblue30

Base: masterHead: smallfixes-02


📝 Commits (2)

  • 10d4d20 remove unnecessary asprintf
  • 808605b fix "PATH_MAX undeclared" error on musl systems

📊 Changes

2 files changed (+3 additions, -6 deletions)

View changed files

📝 src/firejail/env.c (+2 -6)
📝 src/libtracelog/libtracelog.c (+1 -0)

📄 Description

  1. Simplify window title setting code in env.c.
  2. Add missing #include <limits.h> to libtracelog.c, fixes build on musl systems.

🔄 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/691 **Author:** [@manevich](https://github.com/manevich) **Created:** 8/7/2016 **Status:** ✅ Merged **Merged:** 8/8/2016 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `smallfixes-02` --- ### 📝 Commits (2) - [`10d4d20`](https://github.com/netblue30/firejail/commit/10d4d20a1e20587d7fab36e7679bf1991199f66d) remove unnecessary asprintf - [`808605b`](https://github.com/netblue30/firejail/commit/808605ba86a49f39bfd2d477cf010a83ce6491b4) fix "PATH_MAX undeclared" error on musl systems ### 📊 Changes **2 files changed** (+3 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/firejail/env.c` (+2 -6) 📝 `src/libtracelog/libtracelog.c` (+1 -0) </details> ### 📄 Description 1. Simplify window title setting code in `env.c`. 2. Add missing `#include <limits.h>` to `libtracelog.c`, fixes build on musl systems. --- <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:06:38 -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#3717
No description provided.