-
-
Notifications
You must be signed in to change notification settings - Fork 493
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
Yutani: checking icon for NULL too late #276
Comments
Despite a null check later in the function, |
In that case, this if is redundant: Line 816 in abe66fb
|
Yeah. Maybe it should support a |
Will you fix it? In my opinion, the fix is quite obvious. |
I've got a fix pending on the SDL side. Still thinking about what I want to do here. Falling back to the no-icon form is likely the right choice, though I am also thinking about what should be done in both functions if the title is |
Yutani doesn't check icon for
NULL
, probably causing applications to crash (Segmentation fault
) when setting the caption in SDL like this:toaruos/lib/yutani.c
Line 809 in abe66fb
The text was updated successfully, but these errors were encountered: