]> begriffs open source - freertos/commit
Fix potential memory leak in the Win32 FreeRTOS+TCP network interface initialisation...
authorRichard Barry <ribarry@amazon.com>
Wed, 17 Apr 2019 17:16:04 +0000 (17:16 +0000)
committerRichard Barry <ribarry@amazon.com>
Wed, 17 Apr 2019 17:16:04 +0000 (17:16 +0000)
commit606845492bd635d126c3bda8b6be1d6f2d61ad95
tree5a78b5d0f58fc510cd99817a9668b0e952118061
parentdd9a9710c60a6d6687e3b84da3ca90df3b48c0e2
Fix potential memory leak in the Win32 FreeRTOS+TCP network interface initialisation sequence.
Introduce portMEMORY_BARRIER() macro to assist with memory access ordering when suspending the scheduler if link time optimization is used.
FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/portable/NetworkInterface/WinPCap/NetworkInterface.c
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/portable/GCC/RISC-V/portASM.S
FreeRTOS/Source/portable/GCC/RISC-V/portmacro.h
FreeRTOS/Source/tasks.c