Added some ASSERTS and casts to prevent warnings when assigning to smaller types.

This commit is contained in:
goldsimon
2007-07-02 20:13:45 +00:00
parent 0113b735ad
commit fa4b711495
5 changed files with 36 additions and 22 deletions

View File

@@ -241,6 +241,10 @@ HISTORY
++ Bug fixes:
2007-06-28 Simon Goldschmidt
* tcp.h, tcp.c, tcp_in.c, tcp_out.c: Added some ASSERTS and casts to prevent
warnings when assigning to smaller types.
2007-06-28 Simon Goldschmidt
* tcp_out.c: Added check to prevent tcp_pcb->snd_queuelen from overflowing.