pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:110:
relying on the correct, alignment, causing General Protection Faults. - Fixed some corner cases where file names where missing from backtraces. - Check the proper flag to determine if a local variable may be used before optimizing away certain assignments if the assignment is immediately followed by a return of the variable in question.
-
Crypto
.
ECC
+
o Concurrent
.
Promise
-
+
Fixed race condition where success- and/or failure- callbacks
+
could get lost.
+
+
o Crypto.ECC
+
Now works against Nettle 3.5. o Filesystem.Tar Fix extraction of S_ISUID and S_ISGID bits. POSIX mandates that after a chown() (by unprivileged users), the S_ISUID and S_ISGID bits are cleared, Linux 2.2.13 removed the special case for root. The order of chmod() and chown() have been reordered trying to fix an issue with applying utime() under