batctl: Merge bugfixes from v2017.4
authorSven Eckelmann <sven@narfation.org>
Tue, 26 Dec 2017 11:05:17 +0000 (12:05 +0100)
committerSven Eckelmann <sven@narfation.org>
Tue, 26 Dec 2017 12:09:35 +0000 (13:09 +0100)
commitb2e7b1a301a656c318596aabf1f94957c60a8463
tree8bb57ab4cfb0e35c9e5ccdd002db927ea11512cf
parent7b394394b534119d14ca1a049d882d32092b7382
batctl: Merge bugfixes from v2017.4

* Handle allocation error in vlan_get_link_parse
* Simplify concatenation of pathnames
* tcpdump: Fix types for for TT v1
* Free nl_sock when if_nametoindex failed
* Free nl_sock on genl_ctrl_resolve error
* Handle nl_cb_alloc errors
* Handle nl_socket_alloc errors
* Handle nlmsg_alloc errors
* Handle allocation error for path_buff
* Handle failure during hash_iterator allocation
* Print dummy value when localtime failed
* suppress implicit-fallthrough compiler warning
* change PATH_BUFF_LEN to maximal possible value

Signed-off-by: Sven Eckelmann <sven@narfation.org>
14 files changed:
batctl/Makefile
batctl/patches/0001-batctl-change-PATH_BUFF_LEN-to-maximal-possible-valu.patch [new file with mode: 0644]
batctl/patches/0002-batctl-suppress-implicit-fallthrough-compiler-warnin.patch [new file with mode: 0644]
batctl/patches/0003-batctl-Print-dummy-value-when-localtime-failed.patch [new file with mode: 0644]
batctl/patches/0004-batctl-Handle-failure-during-hash_iterator-allocatio.patch [new file with mode: 0644]
batctl/patches/0005-batctl-Handle-allocation-error-for-path_buff.patch [new file with mode: 0644]
batctl/patches/0006-batctl-Handle-nlmsg_alloc-errors.patch [new file with mode: 0644]
batctl/patches/0007-batctl-Handle-nl_socket_alloc-errors.patch [new file with mode: 0644]
batctl/patches/0008-batctl-Handle-nl_cb_alloc-errors.patch [new file with mode: 0644]
batctl/patches/0009-batctl-Free-nl_sock-on-genl_ctrl_resolve-error.patch [new file with mode: 0644]
batctl/patches/0010-batctl-Free-nl_sock-when-if_nametoindex-failed.patch [new file with mode: 0644]
batctl/patches/0011-batctl-tcpdump-Fix-types-for-for-TT-v1.patch [new file with mode: 0644]
batctl/patches/0012-batctl-Simplify-concatenation-of-pathnames.patch [new file with mode: 0644]
batctl/patches/0013-batctl-Handle-allocation-error-in-vlan_get_link_pars.patch [new file with mode: 0644]