File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,11 @@ Version 4.4.37
14
14
previous output).
15
15
This feature is a safety net against sloppy coding. Programs are
16
16
still strongly encouraged to use the reentrant functions instead,
17
- because this safety net is not guaranteed by any standard
18
- (although we are informed that Solaris also does this).
17
+ both because this safety net is not guaranteed by any standard
18
+ (although we are informed that Solaris also does this) and because
19
+ this introduces some overhead for initializing a buffer of
20
+ 'sizeof (crypt_data)' as well as for copying the computed output
21
+ to the thread-local output buffer for each invocation of crypt.
19
22
20
23
Version 4.4.36
21
24
* Fix left over bits failing with Perl v5.38.0 (issue #173).
You can’t perform that action at this time.
0 commit comments