[ANNOUNCE] NSPR 4.10.6 Release
Wan-Teh Chang <[email protected]> Mon, 30 Jun 2014 18:28:40 -0700
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Message-ID | <CALTJjxHYTVb=ONWa5uqkMx15T7WTwcZe8qHeFwPkKMFV48NYTQ@mail.gmail.com> |
The NSPR 4.10.6 release is now available. The hg tag is NSPR_4_10_6_RTM. The source tar file can be downloaded from https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.10.6/src/ NSPR 4.10.6 has the following bug fixes: - Bug 891551: Add implementation of socket option PR_SockOpt_Reuseport. Contributed by Peter Tatrai. - Bug 1003946: Clang Static Analysis: useless declaration in NSPR. Contributed by Sylvestre Ledru. - Bug 1009270: PR_GetPhysicalMemorySize should release the mach_host_self() Mach port when done with it. Contributed by Mark Mentovai. - Bug 1011861: "Network address type not supported" error on the Hurd. Contributed by Richard Braun. - Bug 1018783: (CVE-2014-1545) OOB write with sprintf and console functions. Wan-Teh Chang