lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #59831] tcp_output : Null dereferencing


From: Jonathan D
Subject: [lwip-devel] [bug #59831] tcp_output : Null dereferencing
Date: Mon, 18 Jan 2021 15:27:51 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:84.0) Gecko/20100101 Firefox/84.0

Follow-up Comment #4, bug #59831 (project lwip):

By "Another tasks was executed between this line 1328 and line 1382", I mean
that FreeRTOS can switch tasks when the time allowed for one tasks is elapsed
: https://www.freertos.org/implementation/a00005.html

Always talking about FreeRTOS, yes, there is a way to prevent tasks switching
by surrunding the porting with taskENTER_CRITICAL() and  taskEXIT_CRITICAL() :
https://www.freertos.org/taskENTER_CRITICAL_taskEXIT_CRITICAL.html

    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/bugs/?59831>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

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