On Tue, Jun 29, 2010 at 08:13:06PM +0200, Nico Golde wrote:
The problem is that sms_from_text returns NULL in case the subscriber is not attached which a) leaks memory of the previously allocated sms and b) runs into a null ptr dereference in _send_sms_str().
nice catch!
I'll apply your patch right now.