commit | 93f411838a95f6acbcc29d16ecfd10093cfd5cfd | [log] [tgz] |
---|---|---|
author | Ma Lin <animalize@users.noreply.github.com> | Tue Apr 27 16:37:11 2021 +0800 |
committer | GitHub <noreply@github.com> | Tue Apr 27 10:37:11 2021 +0200 |
tree | 9150cb19fd9117278b243f3e502de5131afea7a5 | |
parent | 878bc8b6c2051cf344c594636fa957ce6c9d2188 [diff] |
Fix thread locks in zlib module may go wrong in rare case. (#22126) Setting `next_in` before acquiring the thread lock may mix up compress/decompress state in other threads.