Skip to content
Snippets Groups Projects
Commit 8178eb08 authored by Peter Hutterer's avatar Peter Hutterer Committed by Alan Coopersmith
Browse files

Use gzip -d instead of gunzip

GNU gunzip [1] is a shell script that exec's `gzip -d`. Even if we call
/usr/bin/gunzip with the correct built-in path, the actual gzip call
will use whichever gzip it finds first, making our patch pointless.

Fix this by explicitly calling gzip -d instead.

https://git.savannah.gnu.org/cgit/gzip.git/tree/gunzip.in



[Part of the fix for CVE-2022-4883]
Signed-off-by: default avatarPeter Hutterer <peter.hutterer@who-t.net>
parent c5ab17bc
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment