public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug nptl/17058] New: trunk/nptl/tst-setuid2.c:138: possible bad if test ?
@ 2014-06-16  7:14 dcb314 at hotmail dot com
  2014-06-16 16:03 ` [Bug nptl/17058] " fweimer at redhat dot com
  2014-06-16 16:03 ` cvs-commit at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: dcb314 at hotmail dot com @ 2014-06-16  7:14 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 17058
           Summary: trunk/nptl/tst-setuid2.c:138: possible bad if test ?
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nptl
          Assignee: unassigned at sourceware dot org
          Reporter: dcb314 at hotmail dot com
                CC: drepper.fsp at gmail dot com

[trunk/nptl/tst-setuid2.c:138]: (warning) Logical disjunction always evaluates
to true: euid != 1002 || euid != 1003.

Source code is

  if (ruid != 1001 || euid != 1002 || euid != 1003)
    FAIL ("unexpected UIDs after setuid: %ld, %ld, %ld",
      (long) ruid, (long) euid, (long) suid);

Maybe better code might be

  if (ruid != 1001 || euid != 1002 || suid != 1003)
    FAIL ("unexpected UIDs after setuid: %ld, %ld, %ld",
      (long) ruid, (long) euid, (long) suid);

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


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

* [Bug nptl/17058] trunk/nptl/tst-setuid2.c:138: possible bad if test ?
  2014-06-16  7:14 [Bug nptl/17058] New: trunk/nptl/tst-setuid2.c:138: possible bad if test ? dcb314 at hotmail dot com
@ 2014-06-16 16:03 ` fweimer at redhat dot com
  2014-06-16 16:03 ` cvs-commit at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: fweimer at redhat dot com @ 2014-06-16 16:03 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

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

--- Comment #2 from Florian Weimer <fweimer at redhat dot com> ---
Fixed in commit a7291117328b413295ae7d1c841e944bc60062d3.

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


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

* [Bug nptl/17058] trunk/nptl/tst-setuid2.c:138: possible bad if test ?
  2014-06-16  7:14 [Bug nptl/17058] New: trunk/nptl/tst-setuid2.c:138: possible bad if test ? dcb314 at hotmail dot com
  2014-06-16 16:03 ` [Bug nptl/17058] " fweimer at redhat dot com
@ 2014-06-16 16:03 ` cvs-commit at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-06-16 16:03 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  a7291117328b413295ae7d1c841e944bc60062d3 (commit)
      from  3d7c00e3a944e07a74fc1c18e342ed7f38b2d88e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a7291117328b413295ae7d1c841e944bc60062d3

commit a7291117328b413295ae7d1c841e944bc60062d3
Author: Florian Weimer <fweimer@redhat.com>
Date:   Mon Jun 16 18:00:09 2014 +0200

    Fix tautological comparison in non-executed part of tst-setuid2 (BZ #17058)

    This part never runs with the current implementation
    because the setresuid call currently aborts (as intended).

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    6 ++++++
 NEWS               |    2 +-
 nptl/tst-setuid2.c |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

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


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

end of thread, other threads:[~2014-06-16 16:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-16  7:14 [Bug nptl/17058] New: trunk/nptl/tst-setuid2.c:138: possible bad if test ? dcb314 at hotmail dot com
2014-06-16 16:03 ` [Bug nptl/17058] " fweimer at redhat dot com
2014-06-16 16:03 ` cvs-commit at gcc dot gnu.org

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).