diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-11-13 21:19:51 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2017-11-13 21:19:51 -0800 |
commit | 3299e855cb1cf7b6426d70e52cc51a022b9d9141 (patch) | |
tree | 5335c2f57fc500022b87ccedc05561b1561e6351 /pcap-sita.c | |
parent | c967f91f1f35f62bf0f07669e4d13f987451dc1b (diff) |
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.
Diffstat (limited to 'pcap-sita.c')
0 files changed, 0 insertions, 0 deletions