diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 8f0bbbb52..8a40aee02 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -57,6 +57,10 @@ <screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen> + <para>Fix a minor security issue with glob functions:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&glibc-glob-patch;</userinput></screen> + <para>First create a compatibility symlink to avoid references to /tools in our final glibc:</para> |