Re: [PATCH v2] libmm-glib,sms-properties: fix potential NULL dereference

2017-08-11 Thread Dan Williams
On Fri, 2017-08-11 at 14:16 -0700, Ben Chan wrote: > This patch fixes a potential NULL referenece issue in > mm_sms_properties_get_data() where it accesses `self->priv->data- > >data' > when `self->priv->data' could be potentially NULL. Thanks, pushed to git master and mm-1-6. Dan > --- >  

[PATCH v2] libmm-glib,sms-properties: fix potential NULL dereference

2017-08-11 Thread Ben Chan
This patch fixes a potential NULL referenece issue in mm_sms_properties_get_data() where it accesses `self->priv->data->data' when `self->priv->data' could be potentially NULL. --- libmm-glib/mm-sms-properties.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git