buglwIP - A Lightweight TCP/IP stack - Bugs: bug #55405, Usage of uint8_t instead of ui8_t...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #55405: Usage of uint8_t instead of ui8_t in TCP code

Submitter:  Oldrich Jedlicka <oldium>
Submitted:  Sun 06 Jan 2019 07:35:40 PM UTC
   
 
Category:  TCP Severity:  3 - Normal
Item Group:  Faulty Behaviour Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed Planned Release:  None
lwIP version:  2.1.1

Sun 06 Jan 2019 08:19:40 PM UTC, comment #1: 

Fixed, thanks for reporting!

Dirk Ziegelmeier <dziegel>
Group administrator
Sun 06 Jan 2019 07:35:40 PM UTC, original submission:  

I am using LWIP 2.1.2 and also LWIP_NO_STDINT_H == 1.

There are 3 functions in TCP code (tcp.c) that use uint8_t type instead of ui8_t:

tcp_ext_arg_set_callbacks
tcp_ext_arg_set
tcp_ext_arg_get

Expected is that all three functions use ui8_t, because uint8_t is otherwise unused anywhere else in lwip code (and it is not present on my platform, unfortunately).

Oldrich Jedlicka <oldium>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by dziegel (Posted a comment)
  • -email is unavailable- added by oldium (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-01-06 dziegel StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code