3 ms·
> Does anyone have a good example of when it‘s useful? It prevents vulnerabilities where an incorrect offset into a string could result in characters being rea
by layer8 6d ago
> Does anyone have a good example of when it‘s useful?
It prevents vulnerabilities where an incorrect offset into a string could result in characters being read that aren’t in the original string (which could defeat a prior sanitization of the string).