Control: tags -1 patch

On 2026-09-04 Urs Janßen <[email protected]> wrote:
> On Thu, Sep 03, 2026 at 07:35:02PM +0200, Andreas Metzler wrote:
> > Package: tin
> > Version: 1:2.6.6-1
> > Severity: important
> > 
> > when I try to save an article in mbox format
> > ("Save filename> =savedpostings") tin reproducibly crashes with:
> > 
> > tin 2.6.6 20260823 ("Glenlochy"): send a DETAILED bug report to 
> > [email protected]                    (core dumped) /usr/bin/tin -r 
> > "$@"

> this should fix the issue

> === modified file 'src/save.c'
> --- old/src/save.c    2026-08-20 22:07:12 +0000
> +++ new/src/save.c    2026-09-04 12:57:37 +0000
> @@ -583,7 +583,7 @@

>       fclose(fp);

> -     if ((fn = strrchr(save[num_save].path, '/')) == NULL)
> +     if ((fn = strrchr(path, '/')) == NULL)
>               return FALSE;

>       /*

Thank you! Works for me.

cu Andreas
-- 
"You people are noisy," Nia said.
I made the gesture of agreement.

Reply via email to