> BTW, after sending this patch I found a small BUG ;)
>
> + { /* Read optional parameters */ \
> + while (pos+4 < len) { \
> ^^^^
> Here must be:
> + { /* Read optional parameters */ \
> + while (pos+4 <= len) { \
>
> Because it is OK if length of value is 0. Old version will work for most
> optional parameters , but not for opt. parameters with length of value = 0.
> Corrected patch attached. Sorry for this...
no problem. In general it's more practible when you re-send the whole
patch as clean diff (with your fix included).
Stipe
[EMAIL PROTECTED]
-------------------------------------------------------------------
Wapme Systems AG
Vogelsanger Weg 80
40470 D�sseldorf
Tel: +49-211-74845-0
Fax: +49-211-74845-299
E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
-------------------------------------------------------------------
wapme.net - wherever you are