libretro / swanstation

GNU General Public License v3.0
93 stars 21 forks source link

Unchecked return values #113

Open guijan opened 2 weeks ago

guijan commented 2 weeks ago

Return values are sometimes not checked in swanstation:

https://github.com/libretro/swanstation/blob/7a27436548128c00e70b08dde63c52118e2a6228/src/common/byte_stream.cpp#L564-L565 https://github.com/libretro/swanstation/blob/7a27436548128c00e70b08dde63c52118e2a6228/src/common/event.cpp#L84-L88 There are other unchecked uses of these functions, and likely others.