[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up
From: |
Dirk Ziegelmeier |
Subject: |
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-338-g62c4413 |
Date: |
Thu, 23 Feb 2017 10:55:25 -0500 (EST) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".
The branch, master has been updated
via 62c44138da19a8cd9b100b3050c9697a80d8866f (commit)
from 0a7734cf648ec7b64b91fe9478e31c917aedb0a9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 62c44138da19a8cd9b100b3050c9697a80d8866f
Author: Dirk Ziegelmeier <address@hidden>
Date: Thu Feb 23 16:55:14 2017 +0100
Improve pbuf refcount underflow check by checking the local variable on the
stack that was assigned in a protected region
The old code was vulnerable to race conditions since it checked ref to be
>0 without locks
-----------------------------------------------------------------------
Summary of changes:
src/core/pbuf.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-338-g62c4413,
Dirk Ziegelmeier <=