Fix cUnescape for non-strict cases
Summary: Strings terminating in a backslash shouldn't throw if strict is set to false. However, the default implementation results in an undefined behavior, since the iterator goes beyond the end position of the string. Reviewed By: simpkins Differential Revision: D7123155 fbshipit-source-id: 4311037ccdbfd95f402109dcc1b5862e52fb97a1
Showing
Please register or sign in to comment