rockbox/lib
Aidan MacDonald fca7b8e2ff Fix undefined behavior that blocks compiling with UBSan
Left shifts are not defined in C if they would cause signed overflow,
so these expressions get instrumented, which makes them unusable as
switch values and triggers compile errors when compiling with UBSan.

Change-Id: I0588d4be1e00ba1cfde0eac119ead368b20d10c9
2022-04-17 11:37:34 -04:00
..
arm_support ARM support, optimize popcount fn 2022-03-12 00:00:01 -05:00
fixedpoint Undo hacks to meant to get around string formatting limitations 2017-11-21 05:01:14 -05:00
libsetjmp [1/4] Remove SH support and all archos targets 2020-07-24 21:20:13 +00:00
microtar microtar: Update to latest upstream commit 2021-11-27 13:13:35 +00:00
rbcodec Fix undefined behavior that blocks compiling with UBSan 2022-04-17 11:37:34 -04:00
skin_parser lib/skin_parser check that malloc succeeded 2021-08-05 10:38:18 +00:00
tlsf tlsf make ~0 explicitly unsigned ~0u 2021-07-22 23:23:51 +00:00
unwarminder backtrace, put pc and sp on their own lines 2022-03-08 23:37:50 -05:00
x1000-installer buflib: add a common dummy callbacks struct & use it 2022-02-12 10:24:32 -05:00