Commit 3569c72b authored by Morris Jette's avatar Morris Jette
Browse files

Avoid abort on bad message pack

When a buffer packed failed due to invalid message version, a NULL
  pointer was returned, which later resulted in an assert failure.
  This adds a check for a NULL pointer and avoids the assert.
parent e3a7d8e3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment