0
Files
src/net
Ali Hijazi 4dc9ba21b5 DanglingPtr: Mark all of them as untriaged [14/N]
This patch is a no-op with all the common build flags.

Add the "DanglingUntriaged" raw_ptr annotation. It indicates a raw_ptr
becomes dangling, and it should be triaged/fixed. This will also disable
dangling detection for those pointers, once enabled.

These were identified by running the mac-rel CQ bot with DPD
activated (both build + runtime here: https://crrev.com/c/3941825)

Bug: 1291138
Change-Id: I85e25473bf91cda27538d2b2ca713634cdef3deb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4083641
Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org>
Owners-Override: Arthur Sonzogni <arthursonzogni@chromium.org>
Commit-Queue: Ali Hijazi <ahijazi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1080242}
2022-12-07 09:31:40 +00:00
..
2022-12-06 00:37:04 +00:00
2022-11-22 09:04:26 +00:00
2022-12-06 00:37:04 +00:00
2021-09-28 06:50:47 +00:00
2021-08-26 00:36:37 +00:00
2021-09-28 06:50:47 +00:00
2022-09-26 03:50:00 +00:00

Chrome Networking Stack

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