[PR #213] [MERGED] dynamic allocation of noblacklist buffer #3565

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/213
Author: @SeriousBug
Created: 1/8/2016
Status: Merged
Merged: 1/9/2016
Merged by: @netblue30

Base: masterHead: master


📝 Commits (1)

  • cc21493 dynamic allocation of noblacklist buffer

📊 Changes

1 file changed (+11 additions, -7 deletions)

View changed files

📝 src/firejail/fs.c (+11 -7)

📄 Description

Instead of a statically allocated buffer for noblacklist entries, a buffer of same size is allocated dynamically instead. The size of the buffer is doubled every time it runs out of space.


🔄 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/213 **Author:** [@SeriousBug](https://github.com/SeriousBug) **Created:** 1/8/2016 **Status:** ✅ Merged **Merged:** 1/9/2016 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`cc21493`](https://github.com/netblue30/firejail/commit/cc214932335ffcfa28f11f370e7dc9e249bfa9eb) dynamic allocation of noblacklist buffer ### 📊 Changes **1 file changed** (+11 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/firejail/fs.c` (+11 -7) </details> ### 📄 Description Instead of a statically allocated buffer for noblacklist entries, a buffer of same size is allocated dynamically instead. The size of the buffer is doubled every time it runs out of space. --- <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:03:45 -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#3565
No description provided.