mirror of https://github.com/grpc/grpc.git
Fix use-of-uninitialized-value in gRPC (#37256)
ClickHouse is an analytical database which has grpc import/export functionality.
Testing with msan builds found a uninitialized-value in grpc.
Downstream bug report: https://github.com/ClickHouse/ClickHouse/issues/66525
I am not the author of the fix, I am merely contributing the fix back to grpc.
- https://github.com/ClickHouse/ClickHouse/pull/66509
- https://github.com/ClickHouse/grpc/pull/41
ClickHouse currently uses grpc 1.59.x ([here](https://github.com/ClickHouse/grpc/commits/ClickHouse/v1.59.2/)), I forward-ported the fix to `master`.
Closes #37256
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37256 from rschu1ze:uninit-value e689780c9c
PiperOrigin-RevId: 657620702
pull/37341/head
parent
084bd27d7d
commit
f553f73e59
2 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue