Skip to content

Where's my memory?

Compare
Choose a tag to compare
@SolidWallOfCode SolidWallOfCode released this 05 Nov 14:13
· 228 commits to master since this release
  • Fix bug in Errata where memory wasn't locked down and could result in a use after free.
  • Change Errata::SEVERITY_NAMES to be MemSpan<const TextView> for easier use on constant data.
  • Change IPEndpoint::port to IPEndpoint::network_order_port to maintain consistency with ATS core.
  • Added example of parsing "/proc/diskstats" to JSON.