Skip to content

Instrument TopLevel's output() with a sanity check

Jan Blackquill requested to merge work/janb/sanity-checks into master

While ideally we shouldn't have issues with pointer management, programmers are human and can make mistakes, so instrumenting output() to enforce the invariant of output() always returning a valid output helps avoid crashes now and potential crashes in the future from invariants being violated.

Merge request reports