Page MenuHomeFreeBSD

Use shell redirection for gzip invocations.
ClosedPublic

Authored by delphij on Aug 26 2016, 2:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 22, 12:51 PM
Unknown Object (File)
Mon, Apr 22, 12:51 PM
Unknown Object (File)
Mar 24 2024, 3:10 AM
Unknown Object (File)
Mar 15 2024, 2:32 PM
Unknown Object (File)
Mar 15 2024, 2:32 PM
Unknown Object (File)
Feb 18 2024, 8:40 PM
Unknown Object (File)
Feb 13 2024, 3:06 PM
Unknown Object (File)
Feb 11 2024, 1:59 AM
Subscribers

Details

Summary

Ensure that we always open only files that is named by explicitly
using shell redirections.

This is a superset of D7650.

Issue reported in the "non-cryptanalytic attacks against freebsd
update components" anonymous gist.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

delphij retitled this revision from to Use shell redirection for gzip invocations..
delphij updated this object.
delphij edited the test plan for this revision. (Show Details)
delphij added reviewers: emaste, cperciva.
allanjude edited edge metadata.

I like this, it takes away gunzip's ability to ever get it wrong.

This revision is now accepted and ready to land.Aug 26 2016, 2:49 AM
emaste edited edge metadata.

LGTM

This revision was automatically updated to reflect the committed changes.