diff options
| author | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2023-06-26 17:13:04 +0900 |
|---|---|---|
| committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2023-06-26 17:13:04 +0900 |
| commit | a84fdd7c8f77935ecce99ff2b0bdba738821ed79 (patch) | |
| tree | 06f7bc39f53284ffc53dcbf5a85f8315e79e109f /ChangeLog | |
| parent | 51884: reset IFS if it contains invalid characters (diff) | |
| download | zsh-a84fdd7c8f77935ecce99ff2b0bdba738821ed79.tar zsh-a84fdd7c8f77935ecce99ff2b0bdba738821ed79.tar.gz zsh-a84fdd7c8f77935ecce99ff2b0bdba738821ed79.tar.bz2 zsh-a84fdd7c8f77935ecce99ff2b0bdba738821ed79.tar.lz zsh-a84fdd7c8f77935ecce99ff2b0bdba738821ed79.tar.xz zsh-a84fdd7c8f77935ecce99ff2b0bdba738821ed79.tar.zst zsh-a84fdd7c8f77935ecce99ff2b0bdba738821ed79.zip | |
51889: fix module loading problem with full RELRO
If full RELRO (relocation read-only, one of the security enhancement
methods for ELF-based systems) is used when building zsh (as in binary
packages of most Linuxes), loading a module (e.g. zsh/zftp) fails unless
all the modules it depends on are already loaded. With this patch the
necessary modules are automatically loaded.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2023-06-26 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> + * 51889: Src/Modules/zftp.c, Src/mkbltnmlst.sh: enable loading a + module (e.g. zftp) that depends on other modules even if zsh is + built with the full RELRO + * 51884: Doc/Zsh/params.yo, Src/params.c, Src/utils.c, Test/D04parameter.ztst: if MULTIBYTE option is on and IFS contains invalid bytes in curret locale then reset it to default |
