wireshark/epan/ftypes
Guy Harris 57a1514ac7 Cast away the return value of g_strlcpy() and g_strlcat().
Most of the time, the return value tells us nothing useful, as we've
already decided that we're perfectly willing to live with string
truncation.  Hopefully this keeps Coverity from whining that those
routines could return an error code (NARRATOR: They don't) and thus that
we're ignoring the possibility of failure (as indicated, we've already
decided that we can live with string truncation, so truncation is *NOT*
a failure).
2021-04-30 03:19:19 -07:00
..
.editorconfig HTTPS In Even More Places, update some links. 2019-07-28 04:21:18 +00:00
CMakeLists.txt dfilter, ftypes: get rid of FT_PCRE. 2021-03-21 03:27:44 -07:00
ftype-bytes.c Cast away the return value of g_strlcpy() and g_strlcat(). 2021-04-30 03:19:19 -07:00
ftype-double.c ftypes: make conversion of FT_DOUBLE to string locale-independent 2019-02-04 17:36:53 +00:00
ftype-guid.c Get rid of some unnecessary string operations 2019-10-08 22:10:25 +00:00
ftype-ieee-11073-float.c Cast away the return value of g_strlcpy() and g_strlcat(). 2021-04-30 03:19:19 -07:00
ftype-integer.c Qt: Copy->Value - don't zero pad hex values 2021-03-11 07:17:58 +00:00
ftype-ipv4.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
ftype-ipv6.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
ftype-none.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
ftype-protocol.c wsutils: add local implementation of g_memdup2. 2021-03-25 09:38:10 +00:00
ftype-string.c Cast away the return value of g_strlcpy() and g_strlcat(). 2021-04-30 03:19:19 -07:00
ftype-time.c Cast away the return value of g_strlcpy() and g_strlcat(). 2021-04-30 03:19:19 -07:00
ftypes-int.h dfilter, ftypes: get rid of FT_PCRE. 2021-03-21 03:27:44 -07:00
ftypes.c dfilter, ftypes: get rid of FT_PCRE. 2021-03-21 03:27:44 -07:00
ftypes.h ftypes: an fvalue_t can no longer have a GRegex. 2021-03-21 20:53:34 +00:00