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/13114] New: fopen ("non-existing-file", "re") gives wrong errno


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

             Bug #: 13114
           Summary: fopen ("non-existing-file", "re") gives wrong errno
           Product: glibc
           Version: 2.14
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper.fsp@gmail.com
        ReportedBy: aj@suse.de
    Classification: Unclassified


Created attachment 5906
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5906
test case for fopen bug

The test program returns on glibc 2.14 - but not on 2.11 - a wrong errno. It
should return ENOENT but returns EBADF.

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


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