You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple functions improperly use `Vec::set_len()` and `String::set_len()`, setting the length to full capacity when no null terminator is found. This exposes uninitialized memory containing potentially sensitive data.
30
+
31
+
The ncurses-rs repository is archived and unmaintained. Users should migrate to maintained alternatives such as `crossterm` or `termion`.
0 commit comments