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

Fix grep #2

Merged
merged 2 commits into from
Feb 29, 2024
Merged

Fix grep #2

merged 2 commits into from
Feb 29, 2024

Conversation

mads256h
Copy link
Member

fgrep now prints an obnoxious warning saying that you should use grep -F.
This messes up the build because it thinks that message is the result it is looking for 🙄
We have to be careful however as malloced strings now have to be 2 characters bigger because fgrep is 6 chars and grep -F is 8.
This has been validated with valgrind.

@mads256h mads256h mentioned this pull request Feb 28, 2024
@mads256h mads256h merged commit e9a9408 into master Feb 29, 2024
1 check passed
@mads256h mads256h deleted the fix-grep branch February 29, 2024 09:00
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.

1 participant