Re: [PATCH] resolv: fix unaligned tmp buffer corner-case

2015-03-14 Thread Bernhard Reutner-Fischer
On March 14, 2015 4:06:03 PM GMT+01:00, Rich Felker dal...@libc.org wrote: On Thu, Mar 12, 2015 at 02:21:12AM +0300, Alexey Brodkin wrote: On execution of inet/gethost_r-align test I noticed failure due to unaligned access (instaed of 4-byte aligned 1-byte aligned address was attempted to be

RE: [PATCH]mips: ldso: dlopen with flag RTLD_NOW should look up the symbols

2015-03-14 Thread Bernhard Reutner-Fischer
On February 25, 2015 10:13:02 PM GMT+01:00, Andrew Bennett andrew.benn...@imgtec.com wrote: Andrew, so what do you think about Jean Lee's patch? TIA, ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: Broken assumptions in gen_wctype

2015-03-14 Thread Bernhard Reutner-Fischer
On March 6, 2015 8:39:41 PM GMT+01:00, Rich Felker dal...@libc.org wrote: I just tried building uclibc (via buildroot) on my Alpine Linux system, which is based on musl libc. I encountered some portability issues in the locale generation code which I'll report separately later, but the big issue I

Re: [PATCH] resolv: fix unaligned tmp buffer corner-case

2015-03-14 Thread Rich Felker
On Thu, Mar 12, 2015 at 02:21:12AM +0300, Alexey Brodkin wrote: On execution of inet/gethost_r-align test I noticed failure due to unaligned access (instaed of 4-byte aligned 1-byte aligned address was attempted to be accessed). Further investigation confirmed this nice and helpful test