Page MenuHomeFreeBSD

stand/geli: Allocate saved_keys instead of making it static
AcceptedPublic

Authored by imp on Sep 14 2022, 7:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 10, 10:28 PM
Unknown Object (File)
Tue, Nov 5, 12:16 PM
Unknown Object (File)
Sep 30 2024, 1:36 PM
Unknown Object (File)
Sep 28 2024, 4:18 AM
Unknown Object (File)
Sep 27 2024, 6:07 PM
Unknown Object (File)
Sep 27 2024, 8:00 AM
Unknown Object (File)
Sep 26 2024, 5:18 PM
Unknown Object (File)
Sep 24 2024, 5:14 PM
Subscribers

Details

Reviewers
manu
kevans
tsoome
Summary

The saved_keys buffer is 4k and was allocated in bss. Dynamically
allocate it at runtime. This saves 4k of space in the lower 640k.

Sponsored by: Netflix

Diff Detail

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