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

Add Linux whitelisting and fix incorrectly encoded regex pattern. #7

Merged
merged 1 commit into from
Apr 15, 2021
Merged

Conversation

OdinVex
Copy link
Contributor

@OdinVex OdinVex commented Apr 15, 2021

The plugin does work in Linux aside from a crash that occurs sometimes. I'd like to add preliminary support for Linux.

I'd also like to point out the regex pattern used in the FOutputLogTextLayoutMarshaller function contains incorrectly encoded bytes. Properly encoded bytes in C/C++ begin with \nnn (octal) or \xnn (hex). I've added this into the patch.

@Cultrarius Cultrarius merged commit 6fbb5ae into Cultrarius:master Apr 15, 2021
@Cultrarius
Copy link
Owner

Awesome, thanks

@OdinVex
Copy link
Contributor Author

OdinVex commented Apr 15, 2021

Awesome, thanks

Thank you for included it!

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 this pull request may close these issues.

None yet

2 participants