managarm / mlibc

Portable C standard library
Other
827 stars 126 forks source link

Missing scanf %f #1110

Open Mathewnd opened 1 month ago

Mathewnd commented 1 month ago

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.