Changeset bed3894


Ignore:
Timestamp:
01/31/2024 09:43:03 AM (4 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
cdf280e
Parents:
bbcac38
git-author:
Xi Ruoyao <xry111@…> (01/31/2024 09:35:03 AM)
git-committer:
Xi Ruoyao <xry111@…> (01/31/2024 09:43:03 AM)
Message:

glibc: Add more rationale about --enable-stack-protector, and remove the stale explanation of --with-headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    rbbcac38 rbed3894  
    103103          <para>This option increases system security by adding
    104104          extra code to check for buffer overflows, such as stack
    105           smashing attacks.</para>
    106         </listitem>
    107       </varlistentry>
    108 <!-- do we need this one? -->
    109       <varlistentry>
    110         <term><parameter>--with-headers=/usr/include</parameter></term>
    111         <listitem>
    112           <para>This option tells the build system where to find the
    113           kernel API headers.</para>
     105          smashing attacks.  Note that Glibc always explicitly overrides
     106          the default of GCC, so this option is still needed even though
     107          we've already specified <option>--enable-default-ssp</option> for
     108          GCC.</para>
    114109        </listitem>
    115110      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.