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

missing flag for strlcpy & strlcat #18

Open
ISB333 opened this issue Jul 13, 2024 · 0 comments
Open

missing flag for strlcpy & strlcat #18

ISB333 opened this issue Jul 13, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@ISB333
Copy link

ISB333 commented Jul 13, 2024

for strlcat and strlcpy
Need to add the flag "# include <bsd/string.h>" in cleaner.c

  • "-lbsd" at the line 617 in mpanic.sh
    error_message=$(gcc -Wall -Wextra -Werror -Wpedantic -Werror=pedantic -pedantic-errors -Wcast-align -Wcast-qual -Wdisabled-optimization -Wformat=2 -Wuninitialized -Winit-self -Wmissing-include-dirs -Wredundant-decls -Wshadow -Wstrict-overflow=5 -Wundef -fdiagnostics-show-option -fstack-protector-all $INPUT_FILE -o cleaner -lbsd 2>&1)
@ChewyToast ChewyToast added bug Something isn't working good first issue Good for newcomers labels Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants