ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-FDPass/Changes
(Generate patch)

Comparing IO-FDPass/Changes (file contents):
Revision 1.10 by root, Mon Jul 11 23:00:00 2016 UTC vs.
Revision 1.13 by root, Tue Sep 6 10:49:13 2022 UTC

1Revision history for Perl extension IO::FDPass 1Revision history for Perl extension IO::FDPass
2 2
3 - hardening: limit cmsg->cmsg_len to controllen, as some buggy OSes
4 allow buffer overruns otherwise.
5 - hardening: do not leak fds on fdpass protocol failures.
6 - hardening: close extra fd's sent by non-compliant sender.
7
81.3 Mon Jan 4 00:46:36 CET 2021
9 - do not leak memory on unsuccessful recv (based on patch
10 by Eric Wong).
11
121.2 Sun Sep 25 01:43:14 CEST 2016
3 - compatibility macros were still using c++ syntax, fortunately 13 - compatibility macros were still using C++ syntax, fortunately
4 only affecting the broken solaris platform (analyzed by Yary). 14 only affecting the solaris platform that apparently doesn't
15 implement ipv6 (which defines those macros) (analyzed by Yary).
5 16
61.1 Mon Jul 6 19:40:36 CEST 2015 171.1 Mon Jul 6 19:40:36 CEST 2015
7 - added stability canary support. 18 - added stability canary support.
8 - seems to work on 5.6.2 too, so remove the use 5.008. 19 - seems to work on 5.6.2 too, so remove the use 5.008.
9 - rewrite the cmsg recv check to rely on CMSG_FIRSTHDR instead 20 - rewrite the cmsg recv check to rely on CMSG_FIRSTHDR instead

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines