ubsan: s_app_line integer overflow
authorAlan Modra <amodra@gmail.com>
Wed, 16 Feb 2022 00:00:46 +0000 (10:30 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 16 Feb 2022 11:35:24 +0000 (22:05 +1030)
commit969f6a63c0ae7779fd5eb10af25fd4ab810feef8
tree625eb0e11e3609d8e2fc3605ff718811879d266f
parent8b14b0cb997af3207865b342137007b406259786
ubsan: s_app_line integer overflow

There are quite a few ubsan warnings in gas.  This one disappears with
a code tidy.

* read.c (s_app_line): Rename 'l' to 'linenum'.  Avoid ubsan
warning.
gas/read.c