libretro / libretro-handy

K. Wilkins' Atari Lynx emulator Handy (http://handy.sourceforge.net/) for libretro
14 stars 35 forks source link

fix cart memcpy crash #56

Closed ghost closed 4 years ago

ghost commented 4 years ago

Fixes Flappy Bird randomly crashing on msvc compilers. It can malloc some low memory addresses which segfaults. This stops from accessing past the boundary.

ghost commented 4 years ago

Guess homebrews are more affected. Shaken not Stirred also crashes without this patch.