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/10960] New: envz_add() adds '=' even when not called for.


The envz_add() routine adds a '=' character after the name component even if
the name component itself already contains '=' characters(s). This leads to
the presence of a '=' character as the first character in the value component.
Only if the value component is specified as a NULL pointer no '=' character is
added. In any case when using the envz routines the name component is considered
to be the string preceeding the first '=' character evan if a name of the form
"NAME=VALUE" is used.
A small demo will be sent as soon as the bud ID is available.

-- 
           Summary: envz_add() adds '=' even when not called for.
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: lucien at haijen dot be
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=10960

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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