ok so now i've recompiled with the -c option thanks to mathieu,

you mean -g

#12 mp3cast_connect (x=0x39dff4, hostname=0x8596730, fportno=9001)
   at mp3cast~.c:650

this means that it crashed during "Authorization: Basic %s\r\n", which is the second bug I talked about in my previous mail. In any case, you probably can fix all three bugs by changing this line :

  #define        STRBUF_SIZE 32

to this :

  #define        STRBUF_SIZE 64

or whatever else is big enough... unless it also has side effects (répercussions) somewhere else, I don't know... I haven't tried this fix, but it's a standard multiple buffer-overflow.

 _ _ __ ___ _____ ________ _____________ _____________________ ...
| Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801
_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to