wireshark/epan/dissectors/asn1/ldap
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
..
CMakeLists.txt dissectors: more SPDX license convertions. 2018-03-07 17:18:47 +00:00
Lightweight-Directory-Access-Protocol-V3.asn
ldap.cnf Fix the type of arrays of pointers to hf_ values for bitfield routines. 2020-06-19 11:32:26 +00:00
packet-ldap-template.c Cast away the return value of g_strlcpy() and g_strlcat(). 2021-04-30 03:19:19 -07:00
packet-ldap-template.h LDAP bogus malformed errors: decoding encrypted data 2020-02-07 06:28:48 +00:00