Page MenuHomeFreeBSD

bintrans: Avoid leaking a stack pointer through a global.
AbandonedPublic

Authored by des on Jan 21 2024, 5:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 7 2024, 9:37 PM
Unknown Object (File)
Sep 28 2024, 1:23 AM
Unknown Object (File)
Sep 27 2024, 11:18 PM
Unknown Object (File)
Sep 21 2024, 7:10 AM
Unknown Object (File)
Sep 17 2024, 1:20 PM
Unknown Object (File)
Sep 8 2024, 12:48 PM
Unknown Object (File)
Sep 7 2024, 4:40 AM
Unknown Object (File)
Sep 3 2024, 7:16 AM
Subscribers

Details

Reviewers
None
Group Reviewers
Klara
Summary

MFC after: 1 week
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 55521
Build 52410: arc lint + arc unit

Event Timeline

des requested review of this revision.Jan 21 2024, 5:37 PM

On second thought, this would result in base64_decode() and uu_decode() showing the wrong file name in error messages since they use outfile and don't have routfile in scope...