Attention needed from Joshua Peraza
Victor Vianna added 2 comments![Open in Gerrit]()
File util/linux/socket_test.cc
File-level comment, Patchset 1 (Latest):Victor Vianna .
resolved```
../../util/linux/socket_test.cc:129:51: error: variable 'c' is uninitialized when passed as a const pointer argument here [-Werror,-Wuninitialized-const-pointer]
129 | HANDLE_EINTR(send(send_fds[index].get(), &c, sizeof(c), MSG_NOSIGNAL)),
```
File util/linux/thread_info.cc
File-level comment, Patchset 1 (Latest):Victor Vianna .
resolved```
../../util/linux/thread_info.cc:22:10: error: first argument in call to 'memset' is a pointer to non-trivially copyable type 'crashpad::ThreadContext' [-Werror,-Wnontrivial-memcall]
22 | memset(this, 0, sizeof(*this));
| ^
../../util/linux/thread_info.cc:22:10: note: explicitly cast the pointer to silence this warning
22 | memset(this, 0, sizeof(*this));
| ^
| (void*)
../../util/linux/thread_info.cc:28:10: error: first argument in call to 'memset' is a pointer to non-trivially copyable type 'crashpad::FloatContext' [-Werror,-Wnontrivial-memcall]
28 | memset(this, 0, sizeof(*this));
| ^
../../util/linux/thread_info.cc:28:10: note: explicitly cast the pointer to silence this warning
28 | memset(this, 0, sizeof(*this));
| ^
| (void*)
```
Open in GerritRelated details
Attention is currently required from:
Gerrit-MessageType: comment
Gerrit-Project: crashpad/crashpad
Gerrit-Branch: main
Gerrit-Change-Id: Iaa150463bcae34db0f3ea022cd25df3035112704
Gerrit-Change-Number: 7270947
Gerrit-PatchSet: 1
Gerrit-Comment-Date: Wed, 17 Dec 2025 22:36:50 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No