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)
Wed, Apr 17, 11:41 AM
Unknown Object (File)
Sat, Apr 13, 9:07 AM
Unknown Object (File)
Mar 11 2024, 7:13 AM
Unknown Object (File)
Jan 26 2024, 6:21 AM
Unknown Object (File)
Dec 31 2023, 9:15 PM
Unknown Object (File)
Dec 20 2023, 6:36 AM
Unknown Object (File)
Dec 12 2023, 11:57 PM
Unknown Object (File)
Dec 12 2023, 7:22 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