Go to file
Stephen Seo 72e1675f5f Fix memory corruption bug
Increased buffer for notificationText. Previous implementation wrote to
notificationText but was possible for buffer overflows when writing to
it with strcpy. Also fixed by using strncpy instead of strcpy.
2020-08-03 16:01:38 +09:00
build_include Rename "include" to less ambiguous "build_include" 2020-07-24 17:57:43 +09:00
src Fix memory corruption bug 2020-08-03 16:01:38 +09:00
third_party Init skeleton project 2020-07-21 20:03:22 +09:00
.gitignore Impl basic drawing, a basic start to the program 2020-07-21 20:15:10 +09:00
.gitmodules Init skeleton project 2020-07-21 20:03:22 +09:00
CMakeLists.txt Rename "include" to less ambiguous "build_include" 2020-07-24 17:57:43 +09:00