make fuzzing of test-floatingpoint reproducible

This commit is contained in:
hexcoder-
2020-07-14 23:42:47 +02:00
parent 383b280531
commit c5963f707c
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
int main(void) {
long double magic;
float magic;
ssize_t bytes_read = read(STDIN_FILENO, &magic, sizeof(magic));
if (bytes_read < (ssize_t)sizeof(magic)) { return 1; }