On Tue, Apr 30, 2024 at 10:41 AM Jingxian Li <aqkt...@qq.com> wrote:
> Attached is a patch that fixes bug when calling strncmp function, in > which case the third argument (authmethod - strchr(authmethod, ' ')) > may be negative, which is not as expected.. Nice catch. I think you're right from a quick glance. Thanks Richard