Problemunvalidated
I have to leak user login credentials — if you preform a `Box::leak(Box::new(value))` and receive a `&'static`. Tension: those credentials will not be cleared from the memory on application, exit. Outcome: The operating system will free all memory allocated by a process when that process terminates.
1673c2c0-19d7-4eb1-9862-719d2dc34471
I have to leak user login credentials — if you preform a Box::leak(Box::new(value)) and receive a &'static. Tension: those credentials will not be cleared from the memory on application, exit. Outcome: The operating system will free all memory allocated by a process when that process terminates.