Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with escaping backslash #94

Open
janfh opened this issue Dec 3, 2024 · 0 comments
Open

Problem with escaping backslash #94

janfh opened this issue Dec 3, 2024 · 0 comments

Comments

@janfh
Copy link
Contributor

janfh commented Dec 3, 2024

It looks like serializer.c(54) is not escaping backslash if the next character is "u". It is not validating if the following characters is a valid hex value (unicode sequence).

image
image

NielsLiisberg added a commit that referenced this issue Dec 13, 2024
Fix for issue #94: Escape \u if following 4 characters is not hex digits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant