libsdl-org / SDL_mixer

An audio mixer that supports various file formats for Simple Directmedia Layer.
zlib License
432 stars 147 forks source link

examples/playmus: Prevent stack smashing on long input strings #594

Closed tatokis closed 9 months ago

tatokis commented 9 months ago

In addition, fflush(stdin) is undefined behaviour, so remove it.

sezero commented 9 months ago

Sensible I guess. @slouken?

slouken commented 9 months ago

Merged, thanks!