Re: [PATCH 2/7] request-key: Fix mishandling of last line of config file
From: David Howells
Date: Wed Nov 19 2025 - 10:54:01 EST
Jarkko Sakkinen <jarkko@xxxxxxxxxx> wrote:
> Just a hypothetical question. What if for spurious reasons the config
> file would have carriage returns?
isspace() considers them as whitespace, so they should be treated as trailing
spaces and ignored normally.
David