Created attachment 12324 [details] fix recursion patch Fix GAS segfault on some rare circumstances.
The master branch has been updated by Nick Clifton <nickc@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8326546ebb46bba75a01e441960f408dd7ccdf2c commit 8326546ebb46bba75a01e441960f408dd7ccdf2c Author: Sergey Belyashov <sergey.belyashov@gmail.com> Date: Tue Mar 3 13:09:19 2020 +0000 Fix a potential illegal memory access in the Z80 assembler. PR 25604 * config/tc-z80.c (contains_register): Prevent an illegal memory access when checking an expression for a register name.
Patch applied.