valijson: upgrade 1.0.3 -> 1.0.4

Changelog:
==========
- Prevent potential division by zero
- Fix stack overflow for unresolved references
- Fix buffer overflow in u8_strlen
- Fuzzing improvements
- Spelling corrections
- Detect circular references when parsing schemas
- Use statically allocated regexes for date/time pattern matching
- Allow permissive validation of date/time formats

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2025-02-26 07:24:40 +08:00
committed by Khem Raj
parent 1b2301f60c
commit c93caf7c3f
@@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5c4583a434195e4f3b418e17c8ca2daf"
SRC_URI = "git://github.com/tristanpenman/valijson.git;branch=master;protocol=https"
SRCREV = "fc9ddf14db683c9443c48ae3a6bf83e0ce3ad37c"
SRCREV = "7d59abf50cff4ee53e6584e6d6aa201a19fb5b51"
S = "${WORKDIR}/git"