aboutsummaryrefslogtreecommitdiff
path: root/test/test-floatingpoint.c
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-07-14 23:42:47 +0200
committerhexcoder- <heiko@hexco.de>2020-07-14 23:42:47 +0200
commitc5963f707c9a1b1ec0d869d90fabf09072093e1d (patch)
tree43eeb0e76a9450b2ee3d6d295291f0d2f0502d85 /test/test-floatingpoint.c
parent383b280531a92a8b81d112a9acb4e44c08987be0 (diff)
downloadAFLplusplus-c5963f707c9a1b1ec0d869d90fabf09072093e1d.tar.gz
make fuzzing of test-floatingpoint reproducible
Diffstat (limited to 'test/test-floatingpoint.c')
-rw-r--r--test/test-floatingpoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-floatingpoint.c b/test/test-floatingpoint.c
index 76cdccf0..8f691c2c 100644
--- a/test/test-floatingpoint.c
+++ b/test/test-floatingpoint.c
@@ -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; }