110 Commits

Author SHA1 Message Date
a1852354b4
fixed textBuffer memory leak 2022-12-09 16:16:47 +01:00
003a5a5a7e
fixed loop shadowing outer variable 2022-12-09 16:06:46 +01:00
f5a6ece798
made decrypter's using TEXT parameter safe
It was changing the original TEXT before... I'm so dumb...
2022-12-09 15:57:32 +01:00
215121f209
kind of fixed 'ignoring return value' problem
saying I bypassed compiler would sound weird, so yeah... 🤠
2022-12-09 14:09:15 +01:00
fd6aa19eba
added proper expression for comparing write & fread return values
still not complete tho
2022-12-07 17:30:47 +01:00
cec421cbe5
preventing from [-Werror=unused-result] 2022-12-04 19:44:10 +01:00
dbe1ba2749
fixed possible deallocation problem
uninitialised
2022-12-04 18:59:27 +01:00
f71647e0ff
added license at top of every file
I mean, the files where it is possible
2022-12-04 18:55:13 +01:00
77ae6e1cf6
added NULL character at the end of buffer in misc when reading versions.json 2022-11-22 19:40:49 +01:00
1bfe7a4108
moved all source files into core folder
so app and lib is now at ./src/core/, ok?
2022-11-18 16:06:50 +01:00