No description
Find a file
Eric 733a013ee7 remove bugs related to uninitialized variables
These bugs became visible when using optimization options. They were
either not present unoptimized or very unlikely to occur. However, given
the options, the resulting program would behave incorrectly and reliably
break under all circumstances.

The makefile will see the intended changes accordingly in the following
commit to ensure compatibility.
2025-05-28 17:31:07 +02:00
.gitignore first commit 2025-05-26 00:06:22 +02:00
encode.c add base64url encoding option 2025-05-26 23:59:47 +02:00
encode.h change header macro names to be more idiomatic 2025-05-27 15:14:55 +02:00
input.c remove buffer size dependency from input functions 2025-05-27 18:37:48 +02:00
input.h remove buffer size dependency from input functions 2025-05-27 18:37:48 +02:00
main.c remove bugs related to uninitialized variables 2025-05-28 17:31:07 +02:00
Makefile add linewrap option when encoding (76 columns) 2025-05-27 01:32:09 +02:00
output.c remove bugs related to uninitialized variables 2025-05-28 17:31:07 +02:00
output.h change header macro names to be more idiomatic 2025-05-27 15:14:55 +02:00