From owner-cvs-gnu Wed Oct 9 21:11:19 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA08509 for cvs-gnu-outgoing; Wed, 9 Oct 1996 21:11:19 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA08444; Wed, 9 Oct 1996 21:10:47 -0700 (PDT) Date: Wed, 9 Oct 1996 21:10:47 -0700 (PDT) From: John Polstra Message-Id: <199610100410.VAA08444@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld/rtld rtld.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 96/10/09 21:10:41 Modified: gnu/usr.bin/ld/rtld rtld.c Log: Fix a bug that caused a segmentation violation if dlsym() was called with its first argument equal to NULL. Revision Changes Path 1.38 +2 -2 src/gnu/usr.bin/ld/rtld/rtld.c