]> granicus.if.org Git - strace/commit
nlattr: ignore nla_type flags when selecting nlattr decoder
authorEugene Syromyatnikov <evgsyr@gmail.com>
Tue, 28 Aug 2018 01:07:59 +0000 (03:07 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 3 Sep 2018 10:16:50 +0000 (10:16 +0000)
commit201e01dbacc27d94ec1cf0f81016b1236b1c0a98
treed9699d5e97c0611700f375e2b0fc9e77a32a0e8d
parentac2f6695cd896d9b33f9b39efb167db7fb893d2d
nlattr: ignore nla_type flags when selecting nlattr decoder

* nlattr.c (decode_nlattr_with_data): Apply NLA_TYPE_MASK to nla_type
before decoder selection.
nlattr.c