Merge pull request #9421 from htuch/grpc-buffer-writer-fix
Fix read from uninitialized memory bug in GrpcBufferWriter.
No related branches found
No related tags found
Showing
- CMakeLists.txt 32 additions, 0 deletionsCMakeLists.txt
- Makefile 48 additions, 0 deletionsMakefile
- build.yaml 12 additions, 0 deletionsbuild.yaml
- include/grpc++/impl/codegen/proto_utils.h 8 additions, 1 deletioninclude/grpc++/impl/codegen/proto_utils.h
- test/cpp/codegen/codegen_test_full.cc 1 addition, 1 deletiontest/cpp/codegen/codegen_test_full.cc
- test/cpp/codegen/proto_utils_test.cc 93 additions, 0 deletionstest/cpp/codegen/proto_utils_test.cc
- tools/run_tests/generated/sources_and_headers.json 17 additions, 0 deletionstools/run_tests/generated/sources_and_headers.json
- tools/run_tests/generated/tests.json 22 additions, 0 deletionstools/run_tests/generated/tests.json
- vsprojects/vcxproj/test/proto_utils_test/proto_utils_test.vcxproj 248 additions, 0 deletions...ts/vcxproj/test/proto_utils_test/proto_utils_test.vcxproj
- vsprojects/vcxproj/test/proto_utils_test/proto_utils_test.vcxproj.filters 200 additions, 0 deletions...oj/test/proto_utils_test/proto_utils_test.vcxproj.filters
Loading
Please register or sign in to comment