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

Invalid escape sequences should not be treated as an escape #18

Closed
StephenWakely opened this issue Sep 26, 2022 · 0 comments · Fixed by #21
Closed

Invalid escape sequences should not be treated as an escape #18

StephenWakely opened this issue Sep 26, 2022 · 0 comments · Fixed by #21

Comments

@StephenWakely
Copy link
Owner

Looking at the RFC for Syslog it says:

A backslash ('') followed by none of the three described characters
is considered an invalid escape sequence. In this case, the
backslash MUST be treated as a regular backslash and the following
character as a regular character. Thus, the invalid sequence MUST
not be altered.

Which we are not doing.

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

Successfully merging a pull request may close this issue.

1 participant