Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Feb 2023 21:23:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269582] dns/ddclient: Use of uninitialized value $2 in concatenation (.) or string at /usr/local/lib/perl5/site_perl/IO/Socket/SSL.pm line 792.
Message-ID:  <bug-269582-7788-9aqPIoA5ov@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269582-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269582-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269582

--- Comment #1 from mjl@luckie.org.nz ---
Hi Gerard,

My hunch is that this is an issue with IO-Socket-SSL: the code changed in t=
hat
library recently:

https://metacpan.org/release/SULLR/IO-Socket-SSL-2.078/diff/SULLR%2FIO-Sock=
et-SSL-2.079/lib/IO/Socket/SSL.pm

The issue is that $2 might be uninitialized -- and my reading of the code is
that that maps to port value (the comment even indicates the port value is
optional) but it looks like they concatenate $2 anyway.

Can you please open an issue on the github repo?
https://github.com/noxxi/p5-io-socket-ssl

Matthew

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269582-7788-9aqPIoA5ov>