History log of /lxc/src/include/ifaddrs.c
Revision Date Author Comments Expand
da4cacd1fa7a02a59b1b2adf8dcac58da7dfd81e 30-Dec-2015 tw19881113@gmail.com <tw19881113@gmail.com>

fix buffer overflow in ifaddrs.c jenkins: ok to test Signed-off-by: Tw <tw19881113@gmail.com>

55c76589fd19e5f04697dcfd0084039cd77ef304 19-Aug-2013 Stéphane Graber <stgraber@ubuntu.com>

Remove all trailing whitespaces Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>

4ba0d9af63fbf7e9acfa068a1fe36b3d287b9c6b 19-Aug-2013 Stéphane Graber <stgraber@ubuntu.com>

Add a local implementation of ifaddrs.h This adds a local ifaddrs implementation to be used on Bionic or other C libraries that don't come with a getifaddrs implementation. This code was written by Kenneth MacKay and is under a two-clause BSD license (copyright information in the file headers). Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>