]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sd-dhcp-client: use new message parser (#42123)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 16 May 2026 15:33:43 +0000 (00:33 +0900)
committerGitHub <noreply@github.com>
Sat, 16 May 2026 15:33:43 +0000 (00:33 +0900)
In 26b7c5ff3b944aa3a16d4e859e9c84ce7e968a5a, we introduced a new parser
for received DHCP message, but it was not used at that time. This PR
replaces the legacy parser with the new one, and makes the fuzzer also
use the new parser.


Trivial merge