Marco Jakobs wrote:
> [..] but the bug is in the LWIP_ERROR line:
> The error kicks in when there is no next p_from pbuf (which is fine) or when 
> there *is* a next p_to pbuf.
> In my opinion the error should kick in if there is either no active "p_from" 
> or no active "p_to" at this place.

Have you checked the definition of LWIP_ERROR()?
That line should return ERR_ARG if to is NULL but from is not (in other words, 
to is not large enough).

> Any comments? Otherwise I'd recommend to push that into 1.4.1

There's no such thing as pushing into 1.4.1 :-)


Simon

_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to