Changeset 471a32e


Ignore:
Timestamp:
09/27/2022 02:47:11 AM (19 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
97f4747
Parents:
f427ba23
Message:

whatsnew: add a paragraph about PIE+SSP change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter01/whatsnew.xml

    rf427ba23 r471a32e  
    1212  <title>What's new since the last release</title>
    1313
     14  <para>In 11.3 release, <parameter>--enable-default-pie</parameter>
     15  and <parameter>--enable-default-ssp</parameter> are enabled for GCC.
     16  They can mitigate some type of malicious attacks but they cannot provide
     17  a full protection.  In case if you are reading a programming textbook,
     18  you may need to disable PIE and SSP with GCC options
     19  <parameter>-fno-pie -no-pie -fno-stack-protection</parameter>
     20  because some textbooks assume they were disabled by default.</para>
     21
    1422  <para>Below is a list of package updates made since the previous
    1523  release of the book.</para>
Note: See TracChangeset for help on using the changeset viewer.