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

Added a tolower implementation in libqasan #2421

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

Zofyan
Copy link
Contributor

@Zofyan Zofyan commented Jul 17, 2024

Some firmware has named tolower differently in it's libraries. Ideally, one would use the correct cross-compiler for libqasan, but this can be tricky to figure out. Since tolower is a trivial function, adding it in libqasan helps make the library more compiler agnostic and easier to use.

…entation). This is to make LibAFL more compiler agnostic as this function can be named differently sometimes.
@domenukk domenukk merged commit 0dc94a4 into AFLplusplus:main Jul 22, 2024
98 checks passed
Zofyan added a commit to Zofyan/LibAFL-bzero-patch that referenced this pull request Sep 20, 2024
…entation). This is to make LibAFL more compiler agnostic as this function can be named differently sometimes. (AFLplusplus#2421)

Co-authored-by: Sofyan Aarrass <s.aarrass@secura.com>
(cherry picked from commit 0dc94a4)
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.

2 participants