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)
Jun 21 2024, 9:01 PM
Unknown Object (File)
May 30 2024, 1:06 PM
Unknown Object (File)
May 25 2024, 8:49 PM
Unknown Object (File)
May 2 2024, 1:58 PM
Unknown Object (File)
Apr 17 2024, 11:41 AM
Unknown Object (File)
Apr 13 2024, 9:07 AM
Unknown Object (File)
Mar 11 2024, 7:13 AM
Unknown Object (File)
Jan 26 2024, 6:21 AM
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