commit | 10b65b44c2040bde31fa156253f3d0c44e3dc395 | [log] [tgz] |
---|---|---|
author | Hans Wennborg <hans@chromium.org> | Thu Mar 07 20:13:19 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 07 20:13:19 2024 |
tree | cda8a0b2e28e179208c2da41818d8e801d7a0a3c | |
parent | c1c68f93c6189aea58b60ad67b2f277de6d2e56b [diff] |
[zlib] Add window_padding also in deflateCopy() deflateInit() adds some padding to the window to enable wider write operations when sliding the window. The same padding must be added also in deflateCopy(). Bug: 325990053 Change-Id: Iea3afbdb8860a63aecc39cf60b5215ef00498194 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5340119 Reviewed-by: Adenilson Cavalcanti <cavalcantii@chromium.org> Auto-Submit: Hans Wennborg <hans@chromium.org> Commit-Queue: Adenilson Cavalcanti <cavalcantii@chromium.org> Cr-Commit-Position: refs/heads/main@{#1269779}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.