Hi libc folks,
iptables --insert --source localhost ...
is currently creating duplicate entries.
I believe this is because of a problem in gethostbyname("localhost") that
returns duplicate answers.
Attached is a tiny test case.
./main
127.0.0.1
120.0.0.1
If I comment out "::1 localhost" in my
Package: libc6
Version: 2.13-35
I just rediscovered http://sourceware.org/bugzilla/show_bug.cgi?id=12510 in my
application. Fixed by
http://sourceware.org/git/?p=glibc.git;a=commit;h=028478fa40d85a73b19638dbe3f83b1acebf370c
Attached is the test-case I came up with before I found the commit that
Processing commands for cont...@bugs.debian.org:
> unmerge 626482
Bug #626482 [eglibc] libc0.1: 2.13 causes segfaults + bus errors inside DSA's
dchroots
Bug #649146 [eglibc] debootstrap: bootstrapping squeeze with the fakechroot
variant leads to nested fakeroot usage
Bug #650234 [eglibc] eglibc:
unmerge 626482
reassign 650234 fakechroot 2.15-1
severity 650234 important
tags 650234 + upstream
quit
Elliott Mitchell wrote:
> user@host:/$ ls
> Segmentation fault
> user@host:/$ /lib/ld-linux.so.2 ls
> ls: error while loading shared libraries: ls: cannot open shared object file:
> No such fil
4 matches
Mail list logo