OpenSSL punycode vulnerability [CVE-2022-3602]
Original Post:
We discussed this vulnerability during Episode 166 on 08 November 2022
Off-by-one issue as the bounds check if (written_out > max_out)
will continue for one extra iteration after it has written max_out
number of integers.