Re: [PATCH] pem: fix typo in a conditional in pem_next()

Denis Kenzior <[email protected]> Thu, 22 Feb 2024 08:49:40 -0600
Newsgroups dev.linux.lists.ell
Message-ID <[email protected]>
Hi Ram,

On 2/21/24 18:35, Ram Subramanian wrote:
> This conditional is supposed to check if there is an extra (whitespace)
> character after the ending boundary of the PEM. However, it does not
> accomplish that goal as it is written because of a typo.
> ---
>   ell/pem.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 

Nice catch.  Applied, thanks.

Regards,
-Denis