Skip to content

Security fix to marking.

Rick van Rein requested to merge initial into master

We had to reason backward from the end of the string, which is introducing ambiguity. Instead, we now point at an earlier point, before the string, and let the string continue up to an inluding the NUL terminator.

Merge request reports