commit | d4a175342f5393e4d5971959a3a8a50da24ae5bc | [log] [tgz] |
---|---|---|
author | Zhaoming Yin <zhaomingyin@google.com> | Tue Dec 15 20:54:14 2020 +0000 |
committer | Zhaoming Yin <zhaomingyin@google.com> | Tue Dec 15 23:41:22 2020 +0000 |
tree | dc36159945c3a748efd28612991f74e2af4c4fe7 | |
parent | 5d46c7247c99419e2ee0b8c7219fbaf8ea72a142 [diff] |
Fix crashes detected by grpc_graph_fuzzer Bug: 174785162 Bug: 168285457 Test: Follow go/android-fuzzing to build and test Change-Id: I8409807d1ef88b1afbf7e603c402a8584f3cd913 Merged-In: I8409807d1ef88b1afbf7e603c402a8584f3cd913
Native (C++) code format is required to be compatible with .clang-format file. Run
git clang-format --style=file --extension='h,cpp,cc' HEAD~
Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.