-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Potential string overflow in stbi_parse_png_file function #7431
Labels
Comments
This issue was closed because it has been inactive for 14 days since being marked as stale. |
4 tasks
ggerganov
pushed a commit
that referenced
this issue
Aug 27, 2024
* Update stb_image.h to latest version Fixes #7431 * Update .ecrc
dsx1986
pushed a commit
to dsx1986/llama.cpp
that referenced
this issue
Oct 29, 2024
* Update stb_image.h to latest version Fixes ggerganov#7431 * Update .ecrc
arthw
pushed a commit
to arthw/llama.cpp
that referenced
this issue
Nov 15, 2024
* Update stb_image.h to latest version Fixes ggerganov#7431 * Update .ecrc
arthw
pushed a commit
to arthw/llama.cpp
that referenced
this issue
Nov 18, 2024
* Update stb_image.h to latest version Fixes ggerganov#7431 * Update .ecrc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a warning in the
stbi__parse_png_file
function while compilingclip.cpp
inexamples/llava/clip.cpp
.Here is the output:
I think it's related to this issue in the original project for
stb_image.h
: nothings/stb#1642.So there might not be anything we can do about it, but I figured I'd report the issue.
The text was updated successfully, but these errors were encountered: