grpc/src/core
Craig Tiller d00582bd82 Fix fuzzer bug b/309756937 (#35279)
Built on #35278, which should be landed first

Always fail parsing when `grpclb_client_stats` is included in headers -- it's a meaningless value and the only reason to include it would be some sort of attack.

Closes #35279

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35279 from ctiller:fuzz-309756937 545448c4de
PiperOrigin-RevId: 590745978
2023-12-14 03:44:03 +00:00
..
ext [inproc] Promise based inproc transport (#35281) 2023-12-12 20:08:30 -08:00
lib Fix fuzzer bug b/309756937 (#35279) 2023-12-14 03:44:03 +00:00
plugin_registry [call-v3] Idle/max-age filters (#35270) 2023-12-11 12:45:34 -08:00
tsi Revert "[security] Support a list of SSL ECs" (#34900) 2023-11-08 14:05:02 -08:00
BUILD [inproc] Promise based inproc transport (#35281) 2023-12-12 20:08:30 -08:00
README.md Drop "C" from "C core" 2020-11-13 13:10:54 -05:00

README.md

gRPC core library

This shared library provides all of gRPC's core functionality through a low level API. gRPC libraries for the other languages supported in this repo, are built on top of this shared core library.