commit | bbe22ca078c02ca248722832fd77e2a6cd2813c5 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Dec 13 09:42:55 2024 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Dec 13 09:42:55 2024 +0100 |
tree | 2cc86c652c6f34cd3d0536a6a6e4a4ea01b8f0f2 | |
parent | a21e2f0c20565216fbc560225ba15d8c5c1e1aa8 [diff] |
gas: avoid UB on signed multiplication in resolve_symbol_value() Commit 487b0ff02dda ("ubsan: signed integer multiply overflow") touched only one of the two affected places (the 3rd, resolve_expression(), is already using valueT type local variables).