diff --git a/ChangeLog b/ChangeLog index f1396c76de..6b6d5f9149 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10530,3 +10530,5 @@ * mq_timedreceive(): move the location where the errno value is set; the ETIMEDOUT errno setting was being overwritten by subsequent actions before returning. Noted by Freddie Chopin (2015-06-03). + * Networking: Modify how callback structures are stored to avoid + another potential use of a stal pointer (2015-06-03).