[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] Use of LWIP_ERROR in dhcp.c
From: |
goldsimon |
Subject: |
Re: [lwip-devel] Use of LWIP_ERROR in dhcp.c |
Date: |
Thu, 07 Feb 2019 09:30:17 +0100 |
User-agent: |
K-9 Mail for Android |
Am 7. Februar 2019 06:05:17 MEZ schrieb Craig McQueen <address@hidden>:
>I see in dhcp.c, there is use of LWIP_ERROR when checking values in the
>DHCP message from the server. Eg in dhcp_parse_reply():
>
> LWIP_ERROR("len == 4", len == 4, return ERR_VAL;);
Hmm, let me check that... Might be wrong. Do you actually set LWIP_ERROR to
assert?
Regards,
Simon