Ignore:
Timestamp:
02/24/2024 05:26:06 AM (4 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, multilib, trunk, xry111/arm64, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el
Children:
64be5a4
Parents:
bd003a8
git-author:
Xi Ruoyao <xry111@…> (02/24/2024 05:24:20 AM)
git-committer:
Xi Ruoyao <xry111@…> (02/24/2024 05:26:06 AM)
Message:

glibc: Don't "overwrite" libcrypt.so.1* when updating

As we've already concluded, overwriting a shared object can crash
running processes using code or data from this shared object. For
example if gdm is crashed, we may leave the system unusable :(.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/libxcrypt.xml

    rbd003a8 r4aa6831f  
    111111            --disable-failure-tokens
    112112make
    113 cp -av .libs/libcrypt.so.1* /usr/lib</userinput></screen>
     113cp -av --remove-destination .libs/libcrypt.so.1* /usr/lib</userinput></screen>
    114114    </note>
    115115
Note: See TracChangeset for help on using the changeset viewer.