[VulnDiscuss] sendmail vunerability?

"nag" <[email protected]>
Newsgroups gmane.comp.security.vulnerabilities.watch.general,gmane.comp.security.full-disclosure
Message-ID <000d01c28fca$fa5d9d00$070163d9@ppp>
there is some rumor spreading about new sendmail vulnerability. i do not see
any news at www.sendmail.org but supposedly ths is remote buffer overflow.
i received the patch (see below), but o not have any exploit, so please
don't mail me about it.

does this look legitimate? any comments? is this something old? is
this some scam backdoor?

--- parseaddr.c 18 Jan 2003 00:41:48 -0000      8.359.2.4
+++ parseaddr.c 20 Mar 2003 12:20:43 -0000

@@ -709,7 +710,7 @@
                        }

                        /* read a new input character */
-                       c = *p++;
+                       c = (unsigned char)(*p++);
                        if (c == '\0')
                        {
                                /* diagnose and patch up bad syntax */

-----------
--- nag ---
-----------
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.