[PR #819] [CLOSED] Yet another atempt to improve CVE-2016-7545 fix #3763

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/819
Author: @manevich
Created: 9/27/2016
Status: Closed

Base: masterHead: CVE-2016-7545_try3


📝 Commits (1)

  • b1ca324 CVE-2016-7545: remove/set controlling terminal

📊 Changes

2 files changed (+9 additions, -7 deletions)

View changed files

📝 src/firejail/main.c (+3 -1)
📝 src/firejail/sandbox.c (+6 -6)

📄 Description

Removing controlling terminal before flushing and setting it back after solves terminal lock problem.
Works fine both in main.c and sandbox.c.
--join still left unfixed.


🔄 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/819 **Author:** [@manevich](https://github.com/manevich) **Created:** 9/27/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `CVE-2016-7545_try3` --- ### 📝 Commits (1) - [`b1ca324`](https://github.com/netblue30/firejail/commit/b1ca324dfebb8e9506809a8e4af492119cde1e09) CVE-2016-7545: remove/set controlling terminal ### 📊 Changes **2 files changed** (+9 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/firejail/main.c` (+3 -1) 📝 `src/firejail/sandbox.c` (+6 -6) </details> ### 📄 Description Removing controlling terminal before flushing and setting it back after solves terminal lock problem. Works fine both in `main.c` and `sandbox.c`. `--join` still left unfixed. --- <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:07:29 -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#3763
No description provided.