Skip to content

Commit

Permalink
* elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
Browse files Browse the repository at this point in the history
	dlopen parameters.
  • Loading branch information
Ulrich Drepper committed Aug 28, 2006
1 parent 6e31011 commit 4004a0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2006-08-28 Ulrich Drepper <drepper@redhat.com>

* elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
dlopen parameters.

2006-08-28 Jakub Jelinek <jakub@redhat.com>

* inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
Expand Down
7 changes: 0 additions & 7 deletions elf/dl-open.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,6 @@ dl_open_worker (void *a)
size_t required;
char *new_file;

/* DSTs must not appear in SUID/SGID programs. */
if (INTUSE(__libc_enable_secure))
/* This is an error. */
_dl_signal_error (0, "dlopen", NULL,
N_("DST not allowed in SUID/SGID programs"));


/* Determine how much space we need. We have to allocate the
memory locally. */
required = DL_DST_REQUIRED (call_map, file, len, _dl_dst_count (dst, 0));
Expand Down

0 comments on commit 4004a0a

Please sign in to comment.