public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/10960] envz_add() adds '=' even when not called for.
       [not found] <bug-10960-131@http.sourceware.org/bugzilla/>
@ 2011-06-28  9:28 ` mpolacek at redhat dot com
  2012-12-19 10:39 ` schwab@linux-m68k.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mpolacek at redhat dot com @ 2011-06-28  9:28 UTC (permalink / raw)
  To: glibc-bugs

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

Marek Polacek <mpolacek at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mpolacek at redhat dot com

--- Comment #2 from Marek Polacek <mpolacek at redhat dot com> 2011-06-28 09:27:29 UTC ---
I don't see why this is a bug and the testcase does not tell me either.  The
manual says that everything after the first '=' is considered to be the
value.  Simply don't provide the '='s in name/value strings.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/10960] envz_add() adds '=' even when not called for.
       [not found] <bug-10960-131@http.sourceware.org/bugzilla/>
  2011-06-28  9:28 ` [Bug libc/10960] envz_add() adds '=' even when not called for mpolacek at redhat dot com
@ 2012-12-19 10:39 ` schwab@linux-m68k.org
  2013-02-04 15:01 ` schwab@linux-m68k.org
  2014-07-01  5:23 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: schwab@linux-m68k.org @ 2012-12-19 10:39 UTC (permalink / raw)
  To: glibc-bugs

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

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|drepper.fsp at gmail dot    |unassigned at sourceware
                   |com                         |dot org

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/10960] envz_add() adds '=' even when not called for.
       [not found] <bug-10960-131@http.sourceware.org/bugzilla/>
  2011-06-28  9:28 ` [Bug libc/10960] envz_add() adds '=' even when not called for mpolacek at redhat dot com
  2012-12-19 10:39 ` schwab@linux-m68k.org
@ 2013-02-04 15:01 ` schwab@linux-m68k.org
  2014-07-01  5:23 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: schwab@linux-m68k.org @ 2013-02-04 15:01 UTC (permalink / raw)
  To: glibc-bugs

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

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #3 from Andreas Schwab <schwab@linux-m68k.org> 2013-02-04 15:01:29 UTC ---
The name in an envz vector element cannot contain '=', by definition.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/10960] envz_add() adds '=' even when not called for.
       [not found] <bug-10960-131@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2013-02-04 15:01 ` schwab@linux-m68k.org
@ 2014-07-01  5:23 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-07-01  5:23 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/10960] envz_add() adds '=' even when not called for.
  2009-11-14 12:44 [Bug libc/10960] New: " lucien at haijen dot be
@ 2009-11-19 23:03 ` drepper at redhat dot com
  0 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2009-11-19 23:03 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2009-11-19 23:03 -------
Created an attachment (id=4401)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4401&action=view)
Test case by reporter


-- 


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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-07-01  5:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-10960-131@http.sourceware.org/bugzilla/>
2011-06-28  9:28 ` [Bug libc/10960] envz_add() adds '=' even when not called for mpolacek at redhat dot com
2012-12-19 10:39 ` schwab@linux-m68k.org
2013-02-04 15:01 ` schwab@linux-m68k.org
2014-07-01  5:23 ` fweimer at redhat dot com
2009-11-14 12:44 [Bug libc/10960] New: " lucien at haijen dot be
2009-11-19 23:03 ` [Bug libc/10960] " drepper at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).