diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2024-02-11 19:55:48 -0500 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2024-02-11 19:55:48 -0500 |
commit | 013b958d94ac91a14d3d6b2b3db24c1ce88ee7ed (patch) | |
tree | 2836fe64db730776e18f5410dc6d8667f6064fba /math/readstat/files/patch-src_readstat__variable.c | |
parent | security/vuxml: Document vulnerability in readstat (diff) |
math/readstat: Update to 1.1.9
MFH: 2024Q1
Security: 388eefc0-c93f-11ee-92ce-4ccc6adda413
Diffstat (limited to 'math/readstat/files/patch-src_readstat__variable.c')
-rw-r--r-- | math/readstat/files/patch-src_readstat__variable.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/math/readstat/files/patch-src_readstat__variable.c b/math/readstat/files/patch-src_readstat__variable.c index 4bc2fe0c7ad8..73e615cf5a32 100644 --- a/math/readstat/files/patch-src_readstat__variable.c +++ b/math/readstat/files/patch-src_readstat__variable.c @@ -1,11 +1,7 @@ ---- src/readstat_variable.c.orig 2020-08-25 16:29:50 UTC +--- src/readstat_variable.c.orig 2023-02-20 19:09:20 UTC +++ src/readstat_variable.c -@@ -2,10 +2,10 @@ - #include <stdlib.h> - #include "readstat.h" - --static readstat_value_t make_blank_value(); -+static readstat_value_t make_blank_value(void); +@@ -5,7 +5,7 @@ static readstat_value_t make_double_value(double dval) + static readstat_value_t make_blank_value(void); static readstat_value_t make_double_value(double dval); -static readstat_value_t make_blank_value() { |