]> git.ipfire.org Git - thirdparty/bind9.git/commit
Additional safety check for negative array index
authorPetr Menšík <pemensik@redhat.com>
Wed, 19 Jan 2022 16:05:00 +0000 (17:05 +0100)
committerMark Andrews <marka@isc.org>
Fri, 29 Apr 2022 01:22:40 +0000 (11:22 +1000)
commit656a0f076f7f49d166b414d7cf5972d2919877d5
treee7c8660bd900b50f2906622c4d404bd9c02ad818
parent59132bd3ec8a9f648a1e1cf59f5f3b2d59f17927
Additional safety check for negative array index

inet_ntop result should always protect against empty string accepted
without an error. Make additional check to satisfy coverity scans.
lib/dns/rdata.c