Changeset 08c7ccd
- Timestamp:
- 09/10/2022 12:32:49 PM (2 years ago)
- Branches:
- 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/xf86-video-removal
- Children:
- 706265a
- Parents:
- b89180f
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
appendices/glossary.xml
rb89180f r08c7ccd 2312 2312 </glossentry> 2313 2313 2314 <glossentry id="gSSL"> 2315 <glossterm> 2316 <acronym>SSL</acronym> 2317 </glossterm> 2318 <glossdef> 2319 <para> 2320 Secure Sockets Layer 2321 </para> 2322 </glossdef> 2323 </glossentry> 2324 2314 2325 <glossentry id="gSSP"> 2315 2326 <glossterm> … … 2323 2334 </glossentry> 2324 2335 2325 <glossentry id="gSSL">2326 <glossterm>2327 <acronym>SSL</acronym>2328 </glossterm>2329 <glossdef>2330 <para>2331 Secure Sockets Layer2332 </para>2333 </glossdef>2334 </glossentry>2335 2336 2336 <glossentry id="gSUID"> 2337 2337 <glossterm> -
general/prog/llvm.xml
rb89180f r08c7ccd 152 152 <listitem> 153 153 <para> 154 SSP patch:154 Patch enabling <xref linkend="gSSP"/> by default in clang: 155 155 <ulink url="&patch-root;/clang-&llvm-version;-enable_default_ssp-1.patch"/> 156 156 </para> … … 236 236 before applying -i --> 237 237 <screen><userinput remap="pre">patch -Np2 -d projects/compiler-rt <../compiler-rt-14.0.6-glibc_2_36-1.patch</userinput></screen> 238 239 <para> 240 If you have downloaded <application>clang</application>, 241 apply the following patch to enable <xref linkend="gSSP"/> by default 242 in compiled programs. 243 </para> 244 <!-- need <../<patch> instead of -i because -d changes directory 245 before applying -i --> 238 246 <screen><userinput remap="pre">patch -Np2 -d tools/clang <../clang-&llvm-version;-enable_default_ssp-1.patch</userinput></screen> 239 247 … … 391 399 benchmarks. This option requires additional code that 392 400 is not currently available. 401 </para> 402 403 <para> 404 <parameter>-DCLANG_DEFAULT_PIE_ON_LINUX=ON</parameter>: makes 405 <option>-fpie</option> option the default when compiling programs. 406 Together with the <xref linkend="gASLR"/> feature enabled in the kernel, 407 this defeats some kind of attacks based on known memory layouts. 393 408 </para> 394 409
Note:
See TracChangeset
for help on using the changeset viewer.