]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
asan: undefined shift
authorAlan Modra <amodra@gmail.com>
Fri, 18 Jul 2025 04:56:56 +0000 (14:26 +0930)
committerAlan Modra <amodra@gmail.com>
Fri, 18 Jul 2025 06:29:20 +0000 (15:59 +0930)
commit7d9ed03a1be5ea8916a2f67c43c1507fd6e29511
tree23d0f8392edb57f3b2ae01cd932a1ca97a3df31d
parent129a84735170296eb3efbbf9cc989ffb4ad43015
asan: undefined shift

 .bundle_align_mode 32
 nop
read.c:776:26: runtime error: shift exponent 32 is too large for
32-bit type 'unsigned int'

Avoid this by using wider types in the expressions.
gas/read.c