nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] proposed patch for shell metacharacter failure in nmh-1.7

2018-01-14 16:12:46
Steven wrote:

I see that the first hunk is trying to match on

   while ((pp = strchr (pp, ''')) && buflen > 3) {

That's not right, it should be:

    while ((pp = strchr (pp, '\'')) && buflen > 3) {

Seems to me we had another problem with botched patches
recently.  At this point, I'd say let's not bother with
it.

David

-- 
Nmh-workers
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>