mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 03:42:22 +08:00
Use xmalloc rather than malloc
As far as I can tell, the following comment is false nowadays. /* Calls to m-alloc get turned by sed into xm-alloc. */ Remove it, and call xmalloc. * ldlex.l (yy_create_string_buffer): Use xmalloc rather than malloc. * lexsup.c (parse_args): Likewise.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2020-08-03 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* ldlex.l (yy_create_string_buffer): Use xmalloc rather than malloc.
|
||||
* lexsup.c (parse_args): Likewise.
|
||||
|
||||
2020-08-03 Alan Modra <amodra@gmail.com>
|
||||
|
||||
PR 26328
|
||||
|
Reference in New Issue
Block a user