summaryrefslogtreecommitdiffstats
path: root/src/util.c
diff options
context:
space:
mode:
authorEmanuele Torre <torreemanuele6@gmail.com>2024-03-15 14:30:23 +0100
committerGitHub <noreply@github.com>2024-03-15 14:30:23 +0100
commit1411ce63d5314ad8771d2bae01d0a4144b30049c (patch)
treea362b34c69244ec353033e45ca05c1ed763d8339 /src/util.c
parent6f67bae60b7d5d1d34438f78acc12266b6dc1f0c (diff)
strftime/1: fix validation of non-string argument with number input
There was a incorrect else, that caused jq to not ensure that the argument to strftime/1 is a string when the input is a number; this ends up calling jv_string_value on a non-string value, which does not work, and causes an assert failure. Also fix same bug in strflocaltime/1. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=67403
Diffstat (limited to 'src/util.c')
0 files changed, 0 insertions, 0 deletions