這次用來建置 OB2D wiki 的平台,採用 musl libc 和 busybox,完全不會有 glibc ghost 漏洞的問題(因為那是不可能的事嘛,若用 ghost-test.c 來測試,它會回應你:should not happen) 😉
musl libc 是什麼?
musl is lightweight, fast, simple, free, and strives to be correct in the sense of standards-conformance and safety.
musl libc 簡介:http://www.musl-libc.org/intro.html
musl libc 官網位址如下: