Kai Engert
2016-02-17 20:56:30 UTC
The NSPR 4.12 release is now available. The hg tag is
NSPR_4_12_RTM. The source tar file can be downloaded from
https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.12/src/
NSPR 4.12 has the following bug fixes:
* added a PR_GetEnvSecure function, which attempts to detect if the program
is being executed with elevated privileges, and returns NULL if detected.
It is recommended to use this function in general purpose library code.
* fixed a memory allocation bug related to the PR_*printf functions
* exported API PR_DuplicateEnvironment, which had already been added in
NSPR 4.10.9
* added support for FreeBSD aarch64
* several minor correctness and compatibility fixes, for the full list see:
https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&query_format=advanced&product=NSPR&target_milestone=4.12
Kai
NSPR_4_12_RTM. The source tar file can be downloaded from
https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.12/src/
NSPR 4.12 has the following bug fixes:
* added a PR_GetEnvSecure function, which attempts to detect if the program
is being executed with elevated privileges, and returns NULL if detected.
It is recommended to use this function in general purpose library code.
* fixed a memory allocation bug related to the PR_*printf functions
* exported API PR_DuplicateEnvironment, which had already been added in
NSPR 4.10.9
* added support for FreeBSD aarch64
* several minor correctness and compatibility fixes, for the full list see:
https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&query_format=advanced&product=NSPR&target_milestone=4.12
Kai