Skip to content

tor-ptmgr: Handle unsupported escapes

Clara Engler requested to merge cve/arti:prevent-illegal-escapes into main

Previously, unrecognized escape codes were pushed to the return value as \\.

In my opinion, this seems undesired behavior; therefore this commit changes it to return an error instead.

Merge request reports