Displaying 1 result from an estimated 1 matches for "yshragai".
Did you mean:
shraga
2017 Jun 08
0
[Bug 1156] New: make macro mnl_attr_for_each_nested C++ friendly
...ach_nested C++ friendly
Product: libmnl
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: libmnl
Assignee: pablo at netfilter.org
Reporter: yshragai.firmware at gmail.com
Macro mnl_attr_for_each_nested contains a conversion from void* to struct
nlattr*. (It contains a call to mnl_attr_get_payload(), which returns void*;
the result is assigned to arg0 of the macro, which is struct nlattr*.)
Therefore, C++ compilation fails. (g++ throws "...