100 Commits

Author SHA1 Message Date
openeuler-ci-bot
e8c884bd9c !270 [sync] PR-267: glibc: fix CVE-2019-1010023
From: @openeuler-sync-bot
Reviewed-by: @liqingqing_1229,@liqingqing_1229
Signed-off-by: @liqingqing_1229,@liqingqing_1229
2021-12-02 11:33:33 +00:00
xujing
0c853f7c13 glibc: fix CVE-2019-1010023
(cherry picked from commit 689b5621b0189e9dd2ba1221eff69186f4ff977f)
2021-12-02 15:52:07 +08:00
openeuler-ci-bot
89658e673b !266 [sync] PR-257: nss make sure startp initialized do first
From: @openeuler-sync-bot
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-12-01 02:00:41 +00:00
chengyechun
e36811bb21 nss make sure startp initialized do first
(cherry picked from commit 54be000bccdf6b217eb6adb2d61c2e96eaed5524)
2021-12-01 09:59:57 +08:00
openeuler-ci-bot
5404347ab9 !241 [sync] PR-239: gconv: Do not emit spurious NUL character in ISO-2022-JP-3
From: @openeuler-sync-bot
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-11-10 02:39:43 +00:00
liqingqing_1229
9c7b389449 gconv: Do not emit spurious NUL character in ISO-2022-JP-3
this is also fix CVE-2021-43396

(cherry picked from commit 9856f5484bd605db15fa0f0da39de0445cbab73c)
2021-11-10 09:10:09 +08:00
openeuler-ci-bot
7d1777d275 !205 [sync] PR-201: [backport]rtld: copy terminating null in tunables_strdup (bug 28256)
From: @openeuler-sync-bot
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-09-29 10:22:54 +00:00
Lv Ying
0d74df5e58 [backport]rtld: copy terminating null in tunables_strdup (bug 28256)
Signed-off-by: Lv Ying <lvying6@huawei.com>
(cherry picked from commit ff7eb18d6c589301f4c58dc8ef176901e97eed70)
2021-09-29 14:39:41 +08:00
openeuler-ci-bot
36856ae4f3 !191 [sync] PR-188: ldconfig: avoid leak on empty paths in config file
From: @openeuler-sync-bot
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-08-31 08:01:16 +00:00
Lv Ying
4caae5cebe ldconfig: avoid leak on empty paths in config file
Signed-off-by: Lv Ying <lvying6@huawei.com>
(cherry picked from commit 370dee5c64d358049a76aedee5dddaef2b52bfc3)
2021-08-31 15:59:40 +08:00
openeuler-ci-bot
116cd38766 !186 [sync] PR-183: fix CVE-2021-38604
From: @openeuler-sync-bot
Reviewed-by: @wangbin224
Signed-off-by: @wangbin224
2021-08-25 03:44:26 +00:00
liqingqing_1229
055e85c986 fix CVE-2021-38604
(cherry picked from commit 006b16dfd187d1eadfb4da6f0a0fc35e4a859a6a)
2021-08-25 11:34:34 +08:00
openeuler-ci-bot
be0530ae2a !176 _dl_exception_create_format: Add missing va_end
From: @lvying6
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-07-31 09:08:33 +00:00
Lv Ying
0222dab421 _dl_exception_create_format: Add missing va_end
Signed-off-by: Lv Ying <lvying6@huawei.com>
2021-07-31 15:42:08 +08:00
openeuler-ci-bot
55ed4357c2 !172 ldconfig: Fix memory leaks
From: @lvying6
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-07-31 07:35:40 +00:00
Lv Ying
60e54e1200 [Backport]ldconfig: Fix memory leaks
Signed-off-by: Lv Ying <lvying6@huawei.com>
2021-07-31 14:47:05 +08:00
openeuler-ci-bot
cd9ff435e1 !168 [sync] PR-167: malloc: Initiate tcache shutdown even without allocations [BZ #28028]
From: @openeuler-sync-bot
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-07-05 02:52:22 +00:00
liqingqing_1229
07c001f883 malloc: tcache shutdown sequence does not work if the thread never allocated anything. (bug 28028)
(cherry picked from commit a066d0d7e5c3e86d2294e6ae44a6c1d3fcd1bf73)
2021-07-05 09:17:34 +08:00
openeuler-ci-bot
023a802f7d !163 [sync] PR-161: wordexp: Use strtoul instead of atoi so that overflow can be detected.
From: @openeuler-sync-bot
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-07-01 10:59:21 +00:00
liqingqing_1229
8840d34a7b fix CVE-2021-35942. wordexp: Use strtoul instead of atoi so that overflow can be detected.
(cherry picked from commit 63996cbba6b9e90caaa5b0cbdfe38f6998d49871)
2021-07-01 18:57:46 +08:00
openeuler-ci-bot
f39c811fb4 !157 [Backport]ldconfig: handle .dynstr located in separate segment (bug 25087)
From: @lvying6
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-06-30 06:24:33 +00:00
Lv Ying
fb52205131 [Backport]ldconfig: handle .dynstr located in separate segment (bug 25087)
Signed-off-by: Lv Ying <lvying6@huawei.com>
2021-06-30 11:09:38 +08:00
openeuler-ci-bot
38b3ccb7bd !154 [sync] PR-153: enable patches to fix glibc upstream bug 27939 and 27902
From: @openeuler-sync-bot
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-06-28 02:03:00 +00:00
liqingqing_1229
0388e0f959 enable patches to fix bug 27939 and 27902
(cherry picked from commit f032b27d2b11c8384b29db550d5c230d3d4f91d7)
2021-06-26 16:00:36 +08:00
openeuler-ci-bot
12fa646f50 !150 [sync] PR-148: Align child stack to 16 bytes
From: @openeuler-sync-bot
Reviewed-by: @wangbin224
Signed-off-by: @wangbin224
2021-06-08 09:42:34 +08:00
liqingqing_1229
fc9b152772 fix glibc bug 27902 and 27939, align stack to 16 bytes.
(cherry picked from commit 75365e0c0ad27e4789b8e3898763c917b3db2ef4)
2021-06-08 09:25:49 +08:00
openeuler-ci-bot
72822773eb !146 [sync] PR-144: fix CVE-2021-33574
From: @openeuler-sync-bot
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-06-07 20:30:45 +08:00
liqingqing_1229
15893e323a fix CVE-2021-33574
(cherry picked from commit 4297578f6cf7814cfeace0841be643edb5869e43)
2021-06-07 15:57:47 +08:00
openeuler-ci-bot
3be50fb541 !140 glibc: avoid using up static TLS surplus to fix graphical install error
From: @xujing99
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-05-19 09:19:07 +08:00
xujing
f095d165ac glibc: Avoid using up static TLS surplus to fix graphical install error 2021-05-17 11:33:03 +08:00
openeuler-ci-bot
a4e8aaa57a !138 [sync] PR-136: pthread_cond_clockwait: add pre-patch to prevent adaptions
From: @openeuler-sync-bot
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-05-17 09:04:52 +08:00
xuhuijie
41e37c0975 pthread_cond_clockwait: add pre-patch to prevent adaptions
(cherry picked from commit f56ebf8358af3a352d6a7bf1eae27eae9ccebcbe)
2021-05-14 08:50:25 +08:00
openeuler-ci-bot
9770e71816 !134 [sync] PR-132: nptl: Add POSIX-proposed pthread_cond_clockwait
From: @openeuler-sync-bot
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-04-27 20:27:14 +08:00
xuhuijie
868013be85 nptl: Add POSIX-proposed pthread_cond_clockwait
(cherry picked from commit 407544687c2dae5a89a807a7b77e0f11afa44bd2)
2021-04-23 15:57:31 +08:00
openeuler-ci-bot
a57f0b142a !127 将openEuler字样更换%vendor
From: @compile_success
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-03-17 18:57:39 +08:00
compile_success
c15858bde6 replace openEuler by vendor 2021-03-16 14:15:27 +08:00
openeuler-ci-bot
55a989a984 !125 sync from 20.03-LTS
From: @wswsamao
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-03-02 09:02:27 +08:00
wangshuo
c8b25549cb Add description for docs 2021-03-01 17:05:28 +08:00
wangshuo
64430bbb73 Add description for valgrind 2021-03-01 17:05:03 +08:00
wangshuo
a00729a6fb Add description for patches 2021-03-01 17:04:40 +08:00
wangshuo
4c13687b53 Add description for SOURCE 2021-03-01 17:04:20 +08:00
wangshuo
8bcf4adb38 Add description for valgrind 2021-03-01 17:03:54 +08:00
wangshuo
6ffe924e00 Add description for building testsuite 2021-03-01 17:03:25 +08:00
wangshuo
3625021511 Add description for testsuite 2021-03-01 17:02:55 +08:00
wangshuo
c367f2ff0d Add description for configure 2021-03-01 17:02:16 +08:00
wangshuo
aa7e1df3f2 Fix CVE-2021-3326, Fix assertion failure in ISO-2022-JP-3 module (bug 27256) 2021-03-01 16:56:22 +08:00
openeuler-ci-bot
c49a128b83 !124 backport upstream patches
From: @liqingqing_1229
Reviewed-by: @wswsamao
Signed-off-by: @wswsamao
2021-03-01 16:47:18 +08:00
Sdrkun
5736a2c478 backport upstream patches 2021-03-01 15:36:48 +08:00
openeuler-ci-bot
08ba759f04 !123 revert memcpy optimize for kunpeng to avoid performance regression when input large than kbyte.
From: @liqingqing_1229
Reviewed-by: @wswsamao
Signed-off-by: @wswsamao
2021-03-01 15:34:43 +08:00
liqingqing_1229
1f30f988bd revert memcpy optimze for kunpeng to avoid performance regression when input large than kbyte. 2021-03-01 14:27:09 +08:00