Skip to content

dns: fix buffer overflow in zone_name

zhangzl2013 requested to merge zhangzl2013/dhcp:patch-1 into master

strlen() does not count terminating null byte '\0' in. As a result, the null byte would corrupt the following zone_server_list.

Merge request reports