Skip to content

Fix a possible NULL dereference

Mohammed Sadiq requested to merge (removed):wip/sadiq/fix-crash into master

If the sms doesn’t contain any message, the message can be NULL. Also, if the number couldn’t be retrieved, it will be set to NULL.

Merge request reports