Re: unchecked double linked list prev pointer cause SIGSEGV

2015-03-26 Thread Daniel Stenberg
On Thu, 26 Mar 2015, massimo dragano wrote: Can you give us a recipe how to repeat this? Which version are you using? -- / daniel.haxx.se

unchecked double linked list prev pointer cause SIGSEGV

2015-03-26 Thread massimo dragano
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 21995] 0x400c8c54 in ares__remove_from_list (node=0x4203cf84) at /home/max/Documenti/cSploit/android/cSploit/jni/libcares/ares_llist.c:57 57node->prev->next = node->next; (gdb) l 52 } 53 54 /* Removes the node from th