-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash when CRMP resend fails. (#6502)
If CRMP resend fails, the attempt to log the failure ends up dereferencing null in the moved-out-of retained buffer object, in an attempt to get the message id. The fix is to grab the message id up front.
- Loading branch information
1 parent
c28c747
commit 823dc62
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters