No description
Find a file
Thomas Graf adbc568735 cache_mngr: Fix memory corruption after resizing
The reallocated part of the enlarged association array was left
uninitialized which would have resulted in trying to free random
pointers.

This was a theoretical bug because it wasn't possible to register
more than 32 cache types since no netlink family supports that
many individual cache types.

Nevertheless this patch fixes the bug and also reduces the default
size of the allocation table and expandations a bit to reduce the
memory footprint slightly.
2012-04-21 12:23:38 +02:00
doc cache_manager: Move documentation to doc/core.txt 2012-04-21 11:38:33 +02:00
etc pktloc: support to specify a shift operator for packet locations 2010-11-04 20:01:36 +01:00
include cache_mngr: Automatically allocate socket if needed 2012-04-21 12:11:45 +02:00
lib cache_mngr: Fix memory corruption after resizing 2012-04-21 12:23:38 +02:00
m4 python interface to netlink protocols 2011-05-10 12:17:33 +02:00
man genl-ctrl-list: Provide manual page 2012-04-20 15:19:41 +02:00
python python: Link against nl-3 and nl-route-3 2011-10-26 10:54:10 +02:00
src genl-ctrl-list: Mark for installation 2012-04-20 15:28:48 +02:00
tests test-cache-mngr: Let the cache manager allocate the socket 2012-04-21 12:14:11 +02:00
.gitignore 3.1 release 2011-08-11 14:30:24 +02:00
autogen.sh Move to automake-based build 2009-06-23 01:24:51 +02:00
ChangeLog Pushed to pre8 due to wrong version string in pre7 2007-11-21 18:24:11 +01:00
configure.in tests: Convert tests/Makefile to use automake 2012-04-21 10:34:43 +02:00
COPYING Update COPYING to fix FSF address 2012-01-17 12:38:37 +01:00
libnl-3.0.pc.in Switch to libtool versioning system 2011-09-13 22:58:08 +02:00
libnl-cli-3.0.pc.in Add libnl-cli-3.0 to pkg-config tool 2011-10-10 11:39:24 +02:00
libnl-genl-3.0.pc.in Switch to libtool versioning system 2011-09-13 22:58:08 +02:00
libnl-nf-3.0.pc.in Switch to libtool versioning system 2011-09-13 22:58:08 +02:00
libnl-route-3.0.pc.in Switch to libtool versioning system 2011-09-13 22:58:08 +02:00
Makefile.am tests: Convert tests/Makefile to use automake 2012-04-21 10:34:43 +02:00