No description
![]() Patrick McHardy reported a problem where pointers to the payload of a netlink message as returned by f.e. the nesting helpers become stale when the payload data chunk is reallocated. In order to avoid further problems, the payload chunk is no longer extended on the fly. Instead the allocation is made during netlink message object allocation time with a default size of a page which should be fine for the majority of all users. Additionally the functions nlmsg_alloc_size() and nlmsg_set_default_size() have been added to allocate messages of a particular length and to modify the default message size. |
||
---|---|---|
doc | ||
include | ||
lib | ||
src | ||
tests | ||
.gitignore | ||
aclocal.m4 | ||
ChangeLog | ||
configure.in | ||
COPYING | ||
install-sh | ||
libnl-1.pc.in | ||
Makefile | ||
Makefile.opts.in | ||
Makefile.rules |