binutils-gdb/libctf
Nick Alcock 04d91c807e libctf: fix a comment typo
ctf_dedup's intern() function does not return a dynamically allocated
string, so I just spent ten minutes auditing for obvious memory leaks
that couldn't actually happen.  Update the comment to note what it
actually returns (a pointer into an atoms table: i.e. possibly not
a new string, and not so easily leakable).

libctf/
	* ctf-dedup.c (intern): Update comment.
2023-03-24 13:37:32 +00:00
..
doc
testsuite
.gitignore
aclocal.m4
ChangeLog
ChangeLog-2020
config.h.in
configure libctf: update regexp to allow makeinfo to build document 2023-01-16 23:18:38 +08:00
configure.ac libctf: update regexp to allow makeinfo to build document 2023-01-16 23:18:38 +08:00
ctf-archive.c libctf: unused variable 2023-03-20 16:06:40 +10:30
ctf-create.c
ctf-decl.c
ctf-decls.h
ctf-dedup.c libctf: fix a comment typo 2023-03-24 13:37:32 +00:00
ctf-dump.c
ctf-endian.h
ctf-error.c
ctf-hash.c
ctf-impl.h
ctf-inlines.h
ctf-intl.h
ctf-labels.c
ctf-link.c
ctf-lookup.c libctf: work around an uninitialized variable warning 2023-03-24 13:37:32 +00:00
ctf-open-bfd.c
ctf-open.c ctf segfaults 2023-03-19 22:19:19 +10:30
ctf-qsort_r.c
ctf-serialize.c
ctf-sha1.c
ctf-sha1.h
ctf-string.c
ctf-subr.c
ctf-types.c
ctf-util.c
elf.h
libctf.ver
Makefile.am
Makefile.in
NEWS
swap.h