Skip to content

st/oxr: fix path length verification and improve error messages

Christoph Haag requested to merge haagch/string_verification_improvements into master

I noticed a couple of spelling errors, then I noticed that for verification purposes we can't rely on the user giving us a null terminated string (strlen() is undefined behavior on non null terminated strings), and lastly it's nice when users can directly see the string that is failing verification.

Merge request reports