Darío Mariani wrote:Yeah, this is exactly what I intend to try. My problem is in getaddrinfo() which has been misbehaving (for quite some time). The glibc code was fixed by Ian Jackson in glibc 2.6.1 for ubuntu, so I figured I'd just borrow that and stick the getaddrinfo() object-code into a shared library which I'd preload with LD_PRELOAD. Sounds simple, doesn't it? Well, building the glibc code was no big deal, but as for "just borrow that", it's not easy. If I build getaddrinfo.c outside the glibc build structure, it throws about a million errors. Option #1 is to attempt to fix that, but with getaddrinfo.c being about 2000 lines, I'm a little hesitant about that approach. Option #2 (I think) is to use the object-code from the built glibc, but when I try to use the shared library (containing just getaddrinfo.o), it complains about unresolved symbols - e.g. __inet_ntoa. /Per Jessen - To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Greg Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Linus Torvalds | Linux 2.6.27-rc8 |
| James Bottomley | Re: Integration of SCST in the mainstream Linux kernel |
| Greg KH | Linux 2.6.25.10 |
git: | |
| Sverre Rabbelier | Git vs Monotone |
| Robert Collins | Re: VCS comparison table |
| Junio C Hamano | Re: git-diff on touched files: bug or feature? |
| Linus Torvalds | Re: [PATCH] Avoid running lstat(2) on the same cache entry. |
| Steve Shockley | Re: Real men don't attack straw men |
| chefren | Re: [Fwd: Open-Hardware] |
| ropers | Re: About Xen: maybe a reiterative question but .. |
| Leon Dippenaar | New tcp stack attack |
| David Miller | Re: [GIT]: Networking |
| Jeff Garzik | Re: [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
| Ilpo Järvinen | Re: [bug] stuck localhost TCP connections, v2.6.26-rc3+ |
| Sangtae Ha | Re: A Linux TCP SACK Question |
