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 build/23988] New: shell-container copy function should check chmod results.


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

            Bug ID: 23988
           Summary: shell-container copy function should check chmod
                    results.
           Product: glibc
           Version: 2.30
            Status: NEW
          Severity: normal
          Priority: P2
         Component: build
          Assignee: unassigned at sourceware dot org
          Reporter: carlos at redhat dot com
                CC: carlos at redhat dot com
  Target Milestone: ---

In support/shell-container.c (copy_func):

131 
132   chmod (dname, st.st_mode & 0777);
133 
134   return 0;
135 
136 }

We should check that chmod failed and issue a diagnostic.

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