From 7968134246b203fcef53794155ac5333b826fc60 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 1 Feb 2022 21:06:17 -0800 Subject: [PATCH] new potential threat vector --- manual_tests | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manual_tests b/manual_tests index af2e3ac..192ca2b 100644 --- a/manual_tests +++ b/manual_tests @@ -24,3 +24,6 @@ running app.. shouldn't grow the call stack either. == security/privacy program draws over menu -> getch -> Teliva menu is still visible + +TODO protect sensitive teliva files (teliva_edit_buffer, etc.) + should we protect .c sources?