ECToo / starshatter-open

Automatically exported from code.google.com/p/starshatter-open
1 stars 0 forks source link

Dereferencing of the null pointer 'msg' might take place. #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Dereferencing of the null pointer 'msg' might take place.

What is the expected output? What do you see instead?
It is odd that the line utilises msg->Length(), when msg is NULL at this time. 
Instead, the lines above are operating on multi_msg.

Please use labels and text to provide additional information.

Proposed patch attached

Original issue reported on code.google.com by rhyskidd on 6 Jun 2012 at 2:37

Attachments:

GoogleCodeExporter commented 9 years ago
Resolved in revision 92 commit

https://code.google.com/p/starshatter-open/source/detail?r=92

Original comment by rhyskidd on 22 Jul 2012 at 6:42