lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20091110104551.1aff249d@nehalam> Date: Tue, 10 Nov 2009 10:45:51 -0800 From: Stephen Hemminger <shemminger@...tta.com> To: Mike Frysinger <vapier@...too.org> Cc: stephen.hemminger@...tta.com, netdev@...r.kernel.org Subject: Re: [PATCH] support static-only systems On Fri, 6 Nov 2009 06:09:22 -0500 Mike Frysinger <vapier@...too.org> wrote: > The iptables code supports a "no shared libs" mode where it can be used > without requiring dlfcn related functionality. This adds similar support > to iproute2 so that it can easily be used on systems like nommu Linux (but > obviously with a few limitations -- no dynamic plugins). > > Rather than modify every location that uses dlfcn.h, I hooked the dlfcn.h > header with stub functions when shared library support is disabled. Then > symbol lookup is done via a local static lookup table (which is generated > automatically at build time) so that internal symbols can be found. > > Signed-off-by: Mike Frysinger <vapier@...too.org> > --- Both applied thanks. -- -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists