FreeRTOS / FreeRTOS-Plus-TCP

FreeRTOS-Plus-TCP library repository. +TCP files only. Submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos.
MIT License
125 stars 149 forks source link

Fix freed memory being reused #1148

Closed tony-josi-aws closed 1 month ago

tony-josi-aws commented 1 month ago

Description

This PR fixes issue #1110, were freed socket memory was being reused in certain circumstances. Refer #1110 for detailed information.

Thanks @htibosch for this fix.

Test Steps

Checklist:

Related Issue

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.