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
The program xscreensaver-gfx calls sscanf with " %f %c". However, %f is, as far as I can tell, not implemented in do_scanf. This causes the program to segfault.