binutils-gdb/libsframe
Indu Bhagat 68e0003e12 libsframe: replace an strncat with strcat
Calling strncat with the size of the src string is not so meaningful.
The length argument to strncat should specify the remaining bytes
bytes in the destination; although in this case, it appears to be
unncessary altogether to use strncat in the first place.

libsframe/
        * sframe-dump.c (dump_sframe_func_with_fres): Use of strcat is
	just as fine.
2023-01-13 11:15:43 -08:00
..
doc Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
testsuite Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
aclocal.m4
config.h.in
configure doc: add SFrame spec file 2022-11-15 15:50:05 -08:00
configure.ac Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
Makefile.am Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
Makefile.in Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
sframe-dump.c libsframe: replace an strncat with strcat 2023-01-13 11:15:43 -08:00
sframe-error.c Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
sframe-impl.h Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
sframe.c sframe: fix the defined SFRAME_FRE_TYPE_*_LIMIT constants 2023-01-06 09:30:56 -08:00