crx string overflow warning
authorAlan Modra <amodra@gmail.com>
Sat, 24 Feb 2018 00:03:33 +0000 (10:33 +1030)
committerAlan Modra <amodra@gmail.com>
Mon, 26 Feb 2018 00:21:12 +0000 (10:51 +1030)
commite95b887f85a192eb1597cd5d358673520029ad14
tree1a39e141a50d8bd1bc5154b42e566f6ba695584d
parent128a19de3d4387888e1c46df0c3c8964881b4274
crx string overflow warning

gcc8 complains wrongly about the buffer not being large enough, at
least at -Og optimization.

* crx-dis.c (getregliststring): Allocate a large enough buffer
to silence false positive gcc8 warning.
opcodes/ChangeLog
opcodes/crx-dis.c
This page took 0.024743 seconds and 4 git commands to generate.