openocd/src/flash/nor
Sebastiaan de Schaetzen 64fbd60787 flash/stm32l4x: prevent undefined behavior warnings caused by signed integer operations
When running OpenOCD with -fsanitize=undefined, a warning is emitted
for an bit-shifting operation whose result cannot be stored in a
signed integer.

This is because (1 << 31) overflows a signed integer, which is
undefined behavior. By making each of the bit masks act on an
unsigned number, the warning is avoided.

Whether this warning emitted by UBSan would ever manifest into a real
error is debatable, but fixing this does make UBSan happy.

Change-Id: I0455a26b234cb4f5e239a6ba90023d28380e9464
Signed-off-by: Sebastiaan de Schaetzen <sebastiaan.de.schaetzen@gmail.com>
Signed-off-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6429
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-by: Oleksij Rempel <linux@rempel-privat.de>
Tested-by: jenkins
2021-08-26 06:38:45 +00:00
..
aduc702x.c flash: rename CamelCase symbols 2021-07-02 17:09:47 +01:00
aducm360.c flash: use proper format with uint32_t 2020-09-05 17:12:32 +01:00
ambiqmicro.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
at91sam3.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
at91sam4.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
at91sam4l.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
at91sam7.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
at91samd.c flash/at91samd: use COMMAND_PARSE_NUMBER in command handlers 2021-08-22 13:15:24 +00:00
ath79.c flash/nor: improved API of flash_driver.info & fixed buffer overruns 2021-06-13 19:58:28 +01:00
atsame5.c flash/atsame5: use COMMAND_PARSE_NUMBER in command handlers 2021-08-22 13:19:16 +00:00
atsamv.c flash/nor/atsamv: fixed "maybe uninitialized" compiler warning 2021-08-14 13:28:54 +01:00
avrf.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
bluenrg-x.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
bluenrg-x.h bluenrg-x: simplyfied the driver 2020-03-07 15:31:09 +00:00
cc26xx.c openocd: fix Yoda conditions with checkpatch 2021-07-24 10:38:31 +01:00
cc26xx.h flash/nor: Add support for TI CC26xx/CC13xx flash 2018-06-15 20:06:25 +01:00
cc3220sf.c openocd: fix Yoda conditions with checkpatch 2021-07-24 10:38:31 +01:00
cc3220sf.h flash/nor: Add support for TI CC3220SF internal flash 2018-06-06 15:38:25 +01:00
cfi.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
cfi.h flash/nor/cfi: fix CamelCase symbols in cfi_spansion_pri_ext 2021-07-02 17:08:40 +01:00
core.c openocd: remove NULL comparisons with checkpatch [2/2] 2021-07-24 10:38:11 +01:00
core.h openocd: fix doxygen parameters of functions 2021-01-13 11:33:53 +00:00
driver.h flash/nor: improved API of flash_driver.info & fixed buffer overruns 2021-06-13 19:58:28 +01:00
drivers.c tcl/board: add pico-debug support 2021-05-02 22:40:24 +01:00
dsp5680xx_flash.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
efm32.c openocd: fix Yoda conditions with checkpatch 2021-07-24 10:38:31 +01:00
em357.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
esirisc_flash.c flash/nor: improved API of flash_driver.info & fixed buffer overruns 2021-06-13 19:58:28 +01:00
faux.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
fespi.c openocd: fix Yoda conditions with checkpatch 2021-07-24 10:38:31 +01:00
fm3.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
fm4.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
imp.h Flash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI interface 2020-11-08 22:46:00 +00:00
jtagspi.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
kinetis_ke.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
kinetis.c flash/kinetis: use COMMAND_PARSE_NUMBER in command handlers 2021-08-22 13:19:07 +00:00
lpc288x.c flash: fix typos and duplicated words 2020-07-26 20:13:22 +01:00
lpc2000.c openocd: fix simple cases of Yoda condition 2021-07-20 14:55:24 +01:00
lpc2900.c openocd: fix simple cases of Yoda condition 2021-07-20 14:55:24 +01:00
lpcspifi.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
Makefile.am tcl/board: add pico-debug support 2021-05-02 22:40:24 +01:00
max32xxx.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
mdr.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
mrvlqspi.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
msp432.c openocd: fix Yoda conditions with checkpatch 2021-07-24 10:38:31 +01:00
msp432.h flash: fix some minor typo 2021-05-22 10:06:32 +01:00
niietcm4.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
non_cfi.c flash/nor/cfi: fix CamelCase symbols in cfi_spansion_pri_ext 2021-07-02 17:08:40 +01:00
non_cfi.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
nrf5.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
numicro.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
ocl.c flash/nor: Use proper data types in driver API 2020-07-07 05:23:54 +01:00
ocl.h flash: fix typos and duplicated words 2020-07-26 20:13:22 +01:00
pic32mx.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
psoc4.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
psoc5lp.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
psoc6.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
renesas_rpchf.c flash: use proper format with uint32_t 2020-09-05 17:12:32 +01:00
rp2040.c tcl/board: add pico-debug support 2021-05-02 22:40:24 +01:00
sfdp.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
sfdp.h Flash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI interface 2020-11-08 22:46:00 +00:00
sh_qspi.c flash/nor: improved API of flash_driver.info & fixed buffer overruns 2021-06-13 19:58:28 +01:00
sim3x.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
spi.c nor/spi.c: add N25Q032A flash chip 2020-08-02 10:47:29 +01:00
spi.h Flash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI interface 2020-11-08 22:46:00 +00:00
stellaris.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
stm32f1x.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
stm32f2x.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
stm32h7x.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
stm32l4x.c flash/stm32l4x: add support of STM32G0Bx/G0Cx devices 2021-08-26 06:38:17 +00:00
stm32l4x.h flash/stm32l4x: prevent undefined behavior warnings caused by signed integer operations 2021-08-26 06:38:45 +00:00
stm32lx.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
stmqspi.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
stmqspi.h flash/stmqspi: minor fixes on coding style 2020-11-15 21:04:29 +00:00
stmsmi.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
str7x.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
str9x.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
str9xpec.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
swm050.c openocd: fix simple cases of Yoda condition 2021-07-20 14:55:24 +01:00
tcl.c openocd: manually remove NULL comparisons 2021-07-24 10:38:19 +01:00
tms470.c openocd: fix Yoda conditions with checkpatch 2021-07-24 10:38:31 +01:00
virtual.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
w600.c flash/nor: improved API of flash_driver.info & fixed buffer overruns 2021-06-13 19:58:28 +01:00
xcf.c openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
xmc1xxx.c flash/nor: Do not update 'is_erased' 2021-08-14 13:32:07 +01:00
xmc4xxx.c flash/xmc4xxx: use COMMAND_PARSE_NUMBER in command handlers 2021-08-22 13:18:52 +00:00