commit | d709fb23806858847131027da95ef4c548813356 | [log] [tgz] |
---|---|---|
author | Hans Wennborg <hans@chromium.org> | Fri Aug 11 17:45:34 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 11 17:45:34 2023 |
tree | 0725e602eab30393bc90a5951f4bb2e013470f71 | |
parent | b196ecc265ff7ae33ac228cef90a39de25c1f38c [diff] |
[minizip] Check for overly long extra field when creating member The extra field length needs to fit in a 16-bit field in the zip file. Passing a longer extra field would generate an invalid file or could lead to heap overflow. Bug: 1470539 Change-Id: If6b6ddc9f3d287cd88d92e009e750bff5f3bfb56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4773479 Commit-Queue: Adenilson Cavalcanti <cavalcantii@chromium.org> Reviewed-by: Adenilson Cavalcanti <cavalcantii@chromium.org> Cr-Commit-Position: refs/heads/main@{#1182669}
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.