]> The Tcpdump Group git mirrors - libpcap/commit
Ignore the return value of strerror_r().
authorGuy Harris <[email protected]>
Tue, 14 Nov 2017 05:19:51 +0000 (21:19 -0800)
committerGuy Harris <[email protected]>
Tue, 14 Nov 2017 05:19:51 +0000 (21:19 -0800)
commit3299e855cb1cf7b6426d70e52cc51a022b9d9141
tree5335c2f57fc500022b87ccedc05561b1561e6351
parentc967f91f1f35f62bf0f07669e4d13f987451dc1b
Ignore the return value of strerror_r().

If it fails, it either means 1) the buffer was too short, but it
provided a truncated message, and we're not going to allocate a bigger
buffer to make it work, or 2) the errno doesn't have a string
corresponding to it, but it provided a message of some sort for the
error, even if it's just something like "Unknown error", and we're not
going to construct our own message.
rpcapd/daemon.c