lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #20223] netconn_write() /tcp_enqueue() truncates data


From: Jonathan Larmour
Subject: [lwip-devel] [bug #20223] netconn_write() /tcp_enqueue() truncates data 'size'
Date: Mon, 30 Jul 2007 16:17:07 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.12) Gecko/20070530 Fedora/1.5.0.12-1.fc5 Firefox/1.5.0.12

Follow-up Comment #9, bug #20223 (project lwip):

Note that a signed int may be as small as 32768 on a 16-bit architecture.

The C standard says that size_t is defined to be an unsigned integer type.
I'm not definite whether it really means "an" integer type, as opposed to
specifically "unsigned int", but I believe the former, which means it may be
larger than an unsigned int.


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?20223>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]