Urs Janßen | 4 Feb 2011 15:14

[tin 2.0.0] snaphsots

I've made snapshots of the upcomming tin 2.0.0 release

<ftp://ftp.tin.org/pub/news/clients/tin/unstable/snapshots/
Dennis Preiser | 5 Feb 2011 12:43
Picon
Picon

main.c: null pointer dereference

The patch below fixes a null pointer dereference when starting tin
without '-g server' (e.g. reading from local spool).

Dennis

--- tin-2.0.0/src/main.c	2011-01-30 02:54:10.000000000 +0100
+++ tin-2.0.0_r1/src/main.c	2011-02-05 12:23:08.000000000 +0100
 <at>  <at>  -195,7 +195,7  <at>  <at>  main(
 	/*
 	 * Connect to nntp server?
 	 */
-	if (!*nntp_server)
+	if (!nntp_server || !*nntp_server)
 		nntp_server = getserverbyfile(NNTP_SERVER_FILE);
 	if (read_news_via_nntp && !read_saved_news && nntp_open())
 		giveup();

Dennis Preiser | 5 Feb 2011 23:47
Picon

[PATCH] changed mail address

My e-mail address has changed. Patch below updates doc/CHANGES.

Dennis

--- tin-2.0.0_r1/doc/CHANGES	2011-02-04 14:02:00.000000000 +0100
+++ tin-2.0.0_r2/doc/CHANGES	2011-02-05 23:38:08.000000000 +0100
 <at>  <at>  -1,6 +1,6  <at>  <at> 
 -- 2.0.0 release 20110204 "" --

-U028) Dennis Preiser <onkelp <at> gmx.de>
+U028) Dennis Preiser <dennis <at> d--p.de>
       BUG. used preprocessor directives within snprintf which may be
            implemented as a macro
       BUG. fixed a typo
 <at>  <at>  -53,7 +53,7  <at>  <at>  U022) Thomas E. Dickey <dickey <at> invisible
       ADD. CF_SIGWINCH - compile check for SIGWINCH
       FIX. aclocal.m4, configure[.in], Makefile[.in]

-U021) Dennis Preiser <onkelp <at> gmx.de>
+U021) Dennis Preiser <dennis <at> d--p.de>
       BUG. SIGWINCH at page level after a connection timeout lead to a crash
       BUG. no SIGWINCH hadling in setup_check_article()
       BUG. comments in references were not skipped
 <at>  <at>  -136,7 +136,7  <at>  <at>  U016) Volker Borchert <v.borchert <at> vistec
       ADD. fallback for missing sys_errlist declaration
       FIX. prompt.c, string.c, pcre/Makefile[.in]

-U015) Dennis Preiser <onkelp <at> gmx.de>
+U015) Dennis Preiser <dennis <at> d--p.de>
       ADD. scope and attributes menu
(Continue reading)

Urs Janßen | 18 Feb 2011 20:09

[PATCH] allow new IDN ccTLDs

allow new IDN ccTLDs of Korea, India, Singapore and Syria
Attachment (policy.h.diff): text/x-diff, 1855 bytes

Gmane