mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user