commit | 2aa3f13e1e7542ffed71e2f98e9775f58a5b99e0 | [log] [tgz] |
---|---|---|
author | Michael Ershov <miersh@google.com> | Fri Apr 11 13:49:32 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 11 13:49:32 2025 |
tree | d99403f372b60506ade5bb0c373add3bde6effa6 | |
parent | e005c381337ad6a2312cafa0202f80b7950afbe1 [diff] |
kcer_nss_fuzzer: Fix cert generation Test cert builder fails to generate a certificate when both “DNS names” and “IP addresses” are configured to be empty. The fuzzer generates random arguments for the cert builder. If both “DNS names” and “IP addresses” happen to both be empty, add an extra DNS name for the cert generation to succeed. Fixed: b:406369431 Test: The Reproducer Testcase from the bug Change-Id: I7aba8973173395f62c5fcbe189c58969a8a6e623 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6449705 Reviewed-by: Oleksandr Sarapulov <olsa@google.com> Commit-Queue: Michael Ershov <miersh@google.com> Cr-Commit-Position: refs/heads/main@{#1445834}
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.