Re: [MM] [PATCH] iface-modem-messaging: check if supported storage is allocated before use

2012-07-17 Thread Aleksander Morgado
On 07/17/2012 07:23 AM, Ben Chan wrote: load_supported_storages may fail, which results in unallocated storage memory. This patch modifies load_initial_sms_parts_from_storages and is_storage_supported to handle that gracefully. --- src/mm-iface-modem-messaging.c | 10 ++ 1 files

[MM] [PATCH] iface-modem-messaging: check if supported storage is allocated before use

2012-07-16 Thread Ben Chan
load_supported_storages may fail, which results in unallocated storage memory. This patch modifies load_initial_sms_parts_from_storages and is_storage_supported to handle that gracefully. --- src/mm-iface-modem-messaging.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff