Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3-ujson: upgrade 5.3.0 -> 5.4.0
Changelog: ========= Added ------ Add support for arbitrary size integers (openembedded#548) Fixed --------- CVE-2022-31116: Replace wchar_t string decoding implementation with a uint32_t-based one (openembedded#555) Fix handling of surrogates on decoding (openembedded#550) CVE-2022-31117: Potential double free of buffer during string decoding Fix memory leak on encoding errors when the buffer was resized (openembedded#549) Integer parsing: always detect overflows (openembedded#544) Fix handling of surrogates on encoding (openembedded#530) Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
- Loading branch information