You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the popen call in lib/sealcurses/src/video.c#L45 errors it returns NULL. Since there is no error checking the NULL is passed to fgetc and can cause a segfault (at least on musl libc).
(Hope this is enough information to fix the issue.)
The text was updated successfully, but these errors were encountered:
When the
popen
call inlib/sealcurses/src/video.c#L45
errors it returnsNULL
. Since there is no error checking theNULL
is passed tofgetc
and can cause a segfault (at least on musl libc).(Hope this is enough information to fix the issue.)
The text was updated successfully, but these errors were encountered: