diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-02-01 21:06:17 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-02-01 21:06:17 -0800 |
commit | 7968134246b203fcef53794155ac5333b826fc60 (patch) | |
tree | 4dfe374002cad330db523bd0db4a266612c38307 /manual_tests | |
parent | 90904f344ab4ab010d4d947d3f02df2ab3864dbb (diff) | |
download | teliva-7968134246b203fcef53794155ac5333b826fc60.tar.gz |
new potential threat vector
Diffstat (limited to 'manual_tests')
-rw-r--r-- | manual_tests | 3 |
1 files changed, 3 insertions, 0 deletions
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? |