Where's my memory?
- Fix bug in
Errata
where memory wasn't locked down and could result in a use after free. - Change
Errata::SEVERITY_NAMES
to beMemSpan<const TextView>
for easier use on constant data. - Change
IPEndpoint::port
toIPEndpoint::network_order_port
to maintain consistency with ATS core. - Added example of parsing "/proc/diskstats" to JSON.