nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] nmh-1.7-RC1: scan with complex subjects dumps core

2017-08-05 05:39:56
Hi,

Assertion failed: (w >= 0), function cpstripped, file
../nmh/sbr/fmt_scan.c, line 291.

        char_len = mbtowc(&wide_char, str, len);
        if (char_len < 0) {
            altstr = "?";
            char_len = mbtowc(&wide_char, altstr, 1);
        }

I wonder if mbtowc()'s internal shift state needs resetting after the
first call returns -1 before it's asked to translate "?".

-- 
Cheers, Ralph.
https://plus.google.com/+RalphCorderoy

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

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