Re: [E-devel] [PATCH] Fix segfault in illumes gsm module on FSO

2008-11-12 Thread The Rasterman
On Mon, 10 Nov 2008 16:50:01 +0100 Stefan Schmidt [EMAIL PROTECTED] babbled: Hello. Attached patch fixes a regular segfault we got on FSO. The problem is that we may not get the registration even it is mandatory. (To be fixed in fso as well) We now have reg_stat with some random value in

[E-devel] [PATCH] Fix segfault in illumes gsm module on FSO

2008-11-10 Thread Stefan Schmidt
Hello. Attached patch fixes a regular segfault we got on FSO. The problem is that we may not get the registration even it is mandatory. (To be fixed in fso as well) We now have reg_stat with some random value in strcmp. Gives me a nice out of bounds in gdb. Also small sanity checks. regards