[issue35050] Off-by-one bug in AF_ALG

Michael Airey report at bugs.python.org
Thu Oct 25 01:14:51 EDT 2018


Michael Airey <angelaangela229 at yahoo.com> added the comment:

The error checking code for salg_name and salg_type have an off-by-one bug. Must check that both strings are NUL terminated strings.

----------
nosy: +resmord

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35050>
_______________________________________


More information about the Python-bugs-list mailing list