Hacker News
- Getaddrinfo sucks. everything else is much worse https://valentin.gosu.se/blog/2025/02/getaddrinfo-sucks-everything-else-is-much-worse 10 comments
- Getaddrinfo() on glibc calls getenv(), oh boy https://rachelbythebay.com/w/2023/10/16/env/ 261 comments
- Extracting IP from getaddrinfo call https://blog.alien177.ca/from-getaddrinfo-to-ip/ 3 comments
- Deciding to rewrite getaddrinfo in rust http://blog.dkhenry.com/2016/02/17/deciding-to-rewrite-getaddrinfo-in-rust/ 120 comments
- Glibc getaddrinfo stack-based buffer overflow https://googleonlinesecurity.blogspot.com/2016/02/cve-2015-7547-glibc-getaddrinfo-stack.html 456 comments
Lobsters
- getaddrinfo sucks. everything else is much worse https://valentin.gosu.se/blog/2025/02/getaddrinfo-sucks-everything-else-is-much-worse 16 comments networking
- getaddrinfo() on glibc calls getenv(), oh boy https://rachelbythebay.com/w/2023/10/16/env/ 29 comments go , unix
- Some things about getaddrinfo that surprised me https://jvns.ca/blog/2022/02/23/getaddrinfo-is-kind-of-weird/ 14 comments c , networking
- glibc getaddrinfo(3) and greener pastures https://jrl.ninja/etc/2 6 comments c , go , linux , networking
- Making getaddrinfo Concurrent in Python On Mac OS and BSD https://emptysqua.re/blog/getaddrinfo-cpython-mac-and-bsd/ 2 comments historical , mac , networking , programming , python , unix
- Deciding to rewrite getaddrinfo in rust http://blog.dkhenry.com/2016/02/17/deciding-to-rewrite-getaddrinfo-in-rust/ 5 comments c , rust , security
- CVE-2015-7547: glibc getaddrinfo stack-based buffer overflow https://googleonlinesecurity.blogspot.com/2016/02/cve-2015-7547-glibc-getaddrinfo-stack.html 12 comments c , linux , security
- What is the Rust equivalent of C's getaddrinfo? https://doc.rust-lang.org/std/net/struct.TcpListener.html 7 comments rust
- Cypht and Docker: getaddrinfo failed https://github.com/jasonmunro/cypht-docker 10 comments selfhosted
- musl 1.1.17 released, fixing a critical security bug (stack-based buffer overflow in getaddrinfo()) http://www.openwall.com/lists/musl/2017/10/19/1 20 comments linux
- CVE 2015-7547 glibc getaddrinfo() vuln analysis https://labs.jumpsec.com/2016/03/07/cve-2015-7547-glibc-getaddrinfo-dns-vulnerability/ 7 comments netsec
- Google and RedHat discover a DNS security flaw that allows remote execution of code. CVE-2015-7547: glibc getaddrinfo stack-based buffer overflow https://googleonlinesecurity.blogspot.com/2016/02/cve-2015-7547-glibc-getaddrinfo-stack.html 30 comments programming
- Deciding to rewrite getaddrinfo in Rust http://blog.dkhenry.com/2016/02/17/deciding-to-rewrite-getaddrinfo-in-rust/ 9 comments rust
- CVE-2015-7547: glibc getaddrinfo stack-based buffer overflow https://googleonlinesecurity.blogspot.com/2016/02/cve-2015-7547-glibc-getaddrinfo-stack.html 3 comments lowlevel
- CVE-2015-7547: nice description of glibc getaddrinfo() stack-based buffer overflow https://sourceware.org/ml/libc-alpha/2016-02/msg00416.html 9 comments programming
- glibc getaddrinfo() stack-based buffer overflow https://sourceware.org/ml/libc-alpha/2016-02/msg00416.html 88 comments netsec
- CVE-2015-7547: glibc getaddrinfo stack-based buffer overflow https://googleonlinesecurity.blogspot.com/2016/02/cve-2015-7547-glibc-getaddrinfo-stack.html 32 comments linux
- CVE-2015-7547: glibc getaddrinfo stack-based buffer overflow https://googleonlinesecurity.blogspot.com/2016/02/cve-2015-7547-glibc-getaddrinfo-stack.html 39 comments sysadmin
- getaddrinfo() is NOT the perfect solution for IPv4/6 support http://blog.powerdns.com/2014/05/21/a-surprising-discovery-on-converting-ipv6-addresses-we-no-longer-prefer-getaddrinfo/ 11 comments programming
- getaddrinfo() edge case behavior on Windows, Linux and OS X http://klickverbot.at/blog/2012/01/getaddrinfo-edge-case-behavior-on-windows-linux-and-osx/ 44 comments programming