This is the mail archive of the libc-alpha@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]

Re: Build problem with ToT GCC


On Fri, 2015-04-17 at 12:58 -0700, Roland McGrath wrote:
> > This patch did fix the problem in dl-open.c but dl-close.c has the same
> > issue and would need the same fix.
> 
> Please show that error.

dl-close.c: In function '_dl_close_worker':
dl-close.c:136:42: error: array subscript is outside array bounds
[-Werror=array-bounds]
   struct link_namespaces *ns = &GL(dl_ns)[nsid];
                                          ^
cc1: all warnings being treated as errors



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