We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all, There is a possible null pointer dereference issue found by Qihoo360 CodeSafe Team. Details as bellow:
the return value of function FontPointer() may be a null pointer if there's an error.
daphne/daphne/daphne-1.0-src/video/SDL_DrawText.cpp
Lines 74 to 77 in 0258e2d
after calling this function, there is no check for error nor check the return pointer against null.
Lines 104 to 109 in 0258e2d
Cheers Qihoo360 CodeSafe Team
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all,
There is a possible null pointer dereference issue found by Qihoo360 CodeSafe Team.
Details as bellow:
the return value of function FontPointer() may be a null pointer if there's an error.
daphne/daphne/daphne-1.0-src/video/SDL_DrawText.cpp
Lines 74 to 77 in 0258e2d
after calling this function, there is no check for error nor check the return pointer against null.
daphne/daphne/daphne-1.0-src/video/SDL_DrawText.cpp
Lines 104 to 109 in 0258e2d
Cheers
Qihoo360 CodeSafe Team
The text was updated successfully, but these errors were encountered: