sw1tchbl4d3
a30dffcf5d
Add -fsanitize=undefined to Makefile
...
Now we also check for undefined behaviour in our debug build.
2021-07-29 17:28:17 +02:00
sw1tchbl4d3
1bb71b46cc
Build debug build with fsanitize=leak,address
...
This option warns us if something leaks memory
or other errors in memory occur.
2021-07-18 23:31:53 +02:00
sw1tchbl4d3
5443db5502
Various Makefile additions
...
We now have a normal and a debug build, both of which
have full RELRO, appropriate handling of warnings and
the default build has D_FORTIFY_SOURCE set to 2.
2021-07-14 06:13:34 +02:00
sw1tchbl4d3
f5bfafe269
Add config for rdo
...
This is needed for #1 .
2021-07-13 23:21:34 +02:00
sw1tchbl4d3
336221e5e2
Get passphrase from TTY
...
This is required for #1 .
2021-07-13 22:23:27 +02:00
sw1tchbl4d3
f63e1b660a
First Commit
2021-07-13 21:33:12 +02:00