[tin-dev] [tin 2.6.5] snapshots

Urs Janßen urs at tin.org
Tue Mar 11 01:18:05 CET 2025


In Urs Janßen <urs at tin.org> wrote:
> New Snapshots available, some new features like extend

GPG users may want to apply the following patch to nuke a spurious fclose()
which creept in while adding a check for PGP_PUBRING_KBX (pubring.kbx)

--- ../src/pgp.c.o	2025-03-11 01:00:06.833070016 +0100
+++ ../src/pgp.c	2025-03-11 01:00:22.057305462 +0100
@@ -350,7 +350,6 @@
 		fclose(fp);
 		return TRUE;
 	}
-	fclose(fp);
 #endif /* HAVE_GPG */
 	joinpath(keyring, sizeof(keyring), pgp_data, PGP_PUBRING);
 	if ((fp = fopen(keyring, "r")) == NULL) {



More information about the tin-dev mailing list