Skip to content

Conversation

paulb777
Copy link
Member

Introduced in #3556

@paulb777 paulb777 merged commit 087e48b into master Aug 14, 2019
@paulb777 paulb777 deleted the pb-msg-analyzer branch August 14, 2019 14:43
@@ -37,7 +37,7 @@ static BOOL ReadRawByte(BufferState *state, int8_t *output) {
if (state == NULL || output == NULL) {
FIRMessagingLoggerDebug(kFIRMessagingCodeInputStreamInvalidParameters, @"Invalid parameters.");
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we just return here like the way you did in the following lines?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably, although different flow if output is not nil and state is nil.

@firebase firebase locked and limited conversation to collaborators Oct 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants