ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/UPDATING
(Generate patch)

Comparing trunk/UPDATING (file contents):
Revision 7140 by laffer1, Wed Jul 22 15:02:23 2015 UTC vs.
Revision 7141 by laffer1, Sat Jul 25 19:06:06 2015 UTC

# Line 1 | Line 1
1   Updating Information for MidnightBSD users.
2  
3 + 20160725:
4 +        Import reallocarray from OpenBSD's libc.  
5 +
6 +        The reallocarray() function is similar to realloc() except it operates on
7 +        nmemb members of size size and checks for integer overflow in the
8 +        calculation nmemb * size.
9 +
10   20150722:
11          Fix a bug where TCP connections transitioning to LAST_ACK
12          state can get stuck. This can result in a denial of service.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines