We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d3a2e9 + 0450570 commit e21dabfCopy full SHA for e21dabf
1 file changed
libs/binder/IPCThreadState.cpp
@@ -773,6 +773,7 @@ status_t IPCThreadState::talkWithDriver(bool doReceive)
773
bwr.read_buffer = (long unsigned int)mIn.data();
774
} else {
775
bwr.read_size = 0;
776
+ bwr.read_buffer = 0;
777
}
778
779
IF_LOG_COMMANDS() {
0 commit comments