freebsd-dev/cddl/contrib/opensolaris/common/ctf
Conrad Meyer f5147e312f libctf: Don't construct pointers to out of bounds array offsets
Just attempting to do the pointer arithmetic is undefined behavior.

No functional change intended.

Reported by:	Coverity
Sponsored by:	Dell EMC Isilon
2018-03-26 22:02:36 +00:00
..
ctf_create.c ctf_add_type(): when looking up an integer or floating point type in the 2015-05-10 21:39:24 +00:00
ctf_decl.c
ctf_error.c
ctf_hash.c
ctf_impl.h
ctf_labels.c
ctf_lookup.c libctf: Don't construct pointers to out of bounds array offsets 2018-03-26 22:02:36 +00:00
ctf_open.c MFV illumos 2014-06-26 23:21:11 +00:00
ctf_types.c Recursively enumerate anonymous structs and unions in ctf_member_info(). 2016-08-30 05:50:42 +00:00
ctf_util.c