Skip to content

When handling includes, detect missing interned strings earlier.

Nick Mathewson requested to merge nickm/tor:bug40094 into maint-0.4.5

There were three separate places where we were hitting a sandbox Bug warning before we actually exited.

Fixes #40094 (closed); bugfix on 0.3.1.1-alpha when %includes were introduced.

Merge request reports