[Bug 5576] close(-1) segfaults on mips64 systems

bugzilla at busybox.net bugzilla at busybox.net
Thu Jul 24 21:16:41 UTC 2014


https://bugs.busybox.net/show_bug.cgi?id=5576

Bernhard Reutner-Fischer <aldot at uclibc.org> changed:

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

--- Comment #2 from Bernhard Reutner-Fischer <aldot at uclibc.org> 2014-07-24 21:16:41 UTC ---
I don't see how this would crash in uClibc, so i suppose you meanwhile fixed
this on mips for good.

open("/dev/nul", O_RDWR)                = -1 ENOENT (No such file or directory)
close(-1)                               = -1 EBADF (Bad file descriptor)
exit_group(0)                           = ?

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the uClibc-cvs mailing list