]> git.ipfire.org Git - thirdparty/systemd.git/commit
dhcp6: remove assertions in dhcp6_option_parse_domainname()
authorBeniamino Galvani <bgalvani@redhat.com>
Wed, 22 Jul 2020 03:03:47 +0000 (05:03 +0200)
committerBeniamino Galvani <bgalvani@redhat.com>
Tue, 28 Jul 2020 07:09:28 +0000 (09:09 +0200)
commitaf710b535b4ceacd0aecec6748a4f8ee57742e99
tree0f584b2218416e2606c8420d3a080bbb784e7473
parent97efde65d81b1501a3737f408f1234c6c25da61c
dhcp6: remove assertions in dhcp6_option_parse_domainname()

Assertions are for programming errors; here the input comes directly
from the DHCP response packet.
src/libsystemd-network/dhcp6-option.c