0
Files
src/net
Arthur Sonzogni 70e0aee252 Fix buggy use of memset in Rankings::Iterator
Using memset over this causes the raw_ptr's private ptr to be reset
incorrectly, without updating the refcount. It causes the quarantine size to increase infinitely.

This patch is likely to be merged into beta, so I made the minimal
change. I would like to refactor this more in a second step.

Plan:
1. Minimal fix (this patch)
2. Refactor: https://chromium-review.googlesource.com/c/chromium/src/+/4189439

Bug: 1409814
Change-Id: I0f7f057fe04ac5e90e9f720473c03521752e0db7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4188566
Reviewed-by: Josh Karlin <jkarlin@chromium.org>
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1096455}
2023-01-24 22:51:56 +00:00
..
2023-01-14 14:32:37 +00:00
2023-01-12 05:06:31 +00:00

Chrome Networking Stack

This directory contains the code behind Chrome's networking stack. It is documented here.