Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Unify grub #97

Open
ricardon opened this issue Nov 17, 2016 · 0 comments
Open

Unify grub #97

ricardon opened this issue Nov 17, 2016 · 0 comments

Comments

@ricardon
Copy link
Contributor

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.

ricardon pushed a commit that referenced this issue Mar 17, 2017
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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant