]> git.ipfire.org Git - thirdparty/systemd.git/commit
socket-util: re-implement socket_address_parse_netlink() by using extract_first_word()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 16 Feb 2019 18:27:57 +0000 (03:27 +0900)
committerLennart Poettering <lennart@poettering.net>
Thu, 21 Feb 2019 10:30:49 +0000 (11:30 +0100)
commit528a74a1ad25fe8524b48d0c0a8919bc0fe5cefa
tree42706e06d3f4b837da8c74b3df455f9fea0075ca
parent09ba1fcc57cd2bd06e0ed75c1a4bab4912658a94
socket-util: re-implement socket_address_parse_netlink() by using extract_first_word()

This drops support of trailing white space when a multicast group is
specified.

Fixes one of issues in #11738.
src/basic/socket-util.c
src/test/test-socket-util.c