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/4823] New: it's bug? fact? wtf?


Dears,

[root@jaspion tmp]# cat -n prog.c
     1  #include <stdio.h>
     2  #include <stdlib.h>
     3
     4  int main(void)
     5  {
     6          printf("huhu! o/\n");
     7          return;
     8  }
[root@jaspion tmp]# cc -o prog prog.c
[root@jaspion tmp]# ./prog
huhu! o/
[root@jaspion tmp]# ls -l prog
-rwxr-xr-x 1 root root 6648 2007-07-21 11:21 prog
[root@jaspion tmp]# chmod 744 prog
[root@jaspion tmp]# ./prog
huhu! o/
[root@jaspion tmp]# su jorge
[jorge@jaspion tmp]$ ./prog
bash: ./prog: Permission Deny
[jorge@jaspion tmp]$ ls -la prog
-rwxr--r-- 1 root root 6648 2007-07-21 11:21 prog
[jorge@jaspion tmp]$ /lib/ld-linux.so.2 ./prog
huhu! o/
[jorge@jaspion tmp]$

it's bug?

-- 
           Summary: it's bug? fact? wtf?
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: minor
          Priority: P3
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: jpereiran at gmail dot com
                CC: glibc-bugs at sources dot redhat dot com


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

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