dect
/
libnl
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
libnl/lib
Thomas Graf 6de17f3308 Fix stale data pointers when constructing messages
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.
2008-01-14 16:17:56 +01:00
..
fib_lookup Fix memory leak when parsing netlink messages into caches 2007-12-17 16:52:41 +01:00
genl Add missing @{ for doxygen to build genl documentation 2008-01-10 17:03:34 +01:00
netfilter Fix memory leak when parsing netlink messages into caches 2007-12-17 16:52:41 +01:00
route Make vlan_put_attrs() available 2008-01-08 15:18:23 +01:00
.gitignore Tell git to ignore temporary files and push to pre9 2008-01-09 12:28:17 +01:00
Makefile Link info interface and vlan support 2008-01-08 15:00:46 +01:00
addr.c Support link operstate and linkmode 2007-12-19 22:03:44 +01:00
attr.c Fix stale data pointers when constructing messages 2008-01-14 16:17:56 +01:00
cache.c [PATCH] libnl cache management leak 2008-01-10 12:44:22 +01:00
cache_mngr.c Fix cache manager to not give back a reference it does not own 2007-12-17 23:01:06 +01:00
cache_mngt.c Cache message type association interface cleanups 2007-10-11 23:09:49 +02:00
data.c Initial import 2007-09-15 01:28:01 +02:00
defs.h.in Initial import 2007-09-15 01:28:01 +02:00
doc.c Initial import 2007-09-15 01:28:01 +02:00
family.c Initial import 2007-09-15 01:28:01 +02:00
handlers.c Initial import 2007-09-15 01:28:01 +02:00
msg.c Fix stale data pointers when constructing messages 2008-01-14 16:17:56 +01:00
nl.c Fix stale data pointers when constructing messages 2008-01-14 16:17:56 +01:00
object.c Initial import 2007-09-15 01:28:01 +02:00
socket.c Support defining the default callback handler with an environment variable 2007-12-18 13:06:48 +01:00
utils.c Read debugging environment variable when initializing the library 2007-12-18 12:42:06 +01:00