diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml
index 3932a2147..c648fe129 100644
--- a/chapter08/glibc.xml
+++ b/chapter08/glibc.xml
@@ -55,6 +55,18 @@
patch -Np1 -i ../&glibc-memalign-patch;
+
+ Then fix a security vulnerability exploitable when the
+ option is used in
+ /etc/resolv.conf:
+
+sed \
+ -E "/__res_context_search/\
+ {N;N;s/(search \(([^,]*,){6}[^,]*)NULL/\1\&alt_dns_packet_buffer/}" \
+ -i resolv/nss_dns/dns-host.c
+
The Glibc documentation recommends building Glibc
in a dedicated build directory: