On Thu, Sep 03, 2026 at 07:35:02PM +0200, Andreas Metzler wrote:
> Package: tin
> Version: 1:2.6.6-1
> Severity: important
>
> Hello,
>
> 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;
/*