0
Files
src/net
Matt Menke ee8af1f4e4 Remove allow_unsafe_buffers from HTTP auth code.
This does unfortunately add an UNSAFE_BUFFERS() call to
http_auth_sspi_win, as it calls a Windows API that expects an input
data buffer of variable size to immediately follow a
SEC_CHANNEL_BINDINGS object.

Bug: 40284755
Change-Id: I4e0ef78dfeaa9d3ac8c180bfbd1a20619b4aab9f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6386746
Commit-Queue: mmenke <mmenke@chromium.org>
Reviewed-by: Adam Rice <ricea@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1438415}
2025-03-26 14:45:16 -07:00
..
2025-02-09 19:32:00 -08:00
2025-02-27 10:02:31 -08:00
2025-02-13 16:18:55 -08:00

Chrome Networking Stack

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