You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.
Currently aarch64 and x86_32/64 use different grubs. x86 uses grub_2.00, which is quite old and makes us lose updates coming from the bleeding edge tree. aarch64 already uses the bleeding edge. It would be good to have both archs use the same.
The text was updated successfully, but these errors were encountered:
Improved build, tests and documentation.
New features: functions and macros (*pack, *foreach, *string*, *alloc*)
Security fixes: CVE-2013-6401
Bugfixes:
- Number parsing and overflows
- Fix l_isxdigit() macro (#97).
- Check for NULL key in json_object_get() and json_object_del() (#151).
- Enhance hashtable seeding on Windows (#162).
- json_unpack(): Allow mixing JSON_STRICT with optional keys (#162, #163).
- Fix int/int32 mismatch (#142).
- Parse subnormal numbers correctly (#202).
- Fix a crash when parsing inputs consisting of very deeply nested arrays or objects (#282, #284).
- Never convert numbers to integers in the parser when JSON_DECODE_INT_AS_REAL is set (#212).
- Handle out-of-memory situations gracefully in the hashtable implementation (#298).
The copyright date in the LICENSE file was updated for 2016.
Signed-off-by: Igor Socec <[email protected]>
Signed-off-by: Martin Jansa <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently aarch64 and x86_32/64 use different grubs. x86 uses grub_2.00, which is quite old and makes us lose updates coming from the bleeding edge tree. aarch64 already uses the bleeding edge. It would be good to have both archs use the same.
The text was updated successfully, but these errors were encountered: