forked from Ericsson/codechecker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] Fix ldlogger escaping a bunch of characters
Affected characters: '\a', '\e', '\t', '\t', '\b', '\f', '\r', '\v', '\n' And any other control characters between ASCII 0-32. Keep in mind that we still don't escape Unicode characters.
- Loading branch information
Balazs Benics
committed
Feb 2, 2022
1 parent
7df76b0
commit 5d2dbe2
Showing
2 changed files
with
95 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters