This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/16124] New: ld.so should allow to change argv[0]


https://sourceware.org/bugzilla/show_bug.cgi?id=16124

            Bug ID: 16124
           Summary: ld.so should allow to change argv[0]
           Product: glibc
           Version: 2.19
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: piotr.roszatycki at gmail dot com
                CC: drepper.fsp at gmail dot com

Created attachment 7267
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7267&action=edit
--argv0 option for ld.so

Any program can be started via dynamic loader explicitly, ie.
/lib64/ld-linux-x86-64.so.2. Unfortunately, there is no possibility to change
argv[0]. It makes this loader not so useful as it might be.

It would be nice if ld.so had an additional option which would replace argv[0].

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]