secret/internal
sneak 8e3530a510 Fix use-after-free crash in readSecurePassphrase
The function was using defer to destroy password buffers, which caused
the buffers to be freed before the function returned. This led to a
SIGBUS error when trying to access the destroyed buffer's memory.

Changed to manual memory management to ensure buffers are only destroyed
when no longer needed, and the first buffer is returned directly to the
caller who is responsible for destroying it.
2025-07-22 12:46:16 +02:00
..
cli Fix use-after-free crash in readSecurePassphrase 2025-07-22 12:46:16 +02:00
secret Fix cross-platform build issues and security vulnerabilities 2025-07-21 22:05:23 +02:00
vault Remove internal/macse package and fix all linter issues 2025-07-21 17:48:47 +02:00