summaryrefslogtreecommitdiff
path: root/mail/nmh/files/patch-ad
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2004-04-17 02:23:50 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2004-04-17 02:23:50 +0000
commit4b7d3030b89dcb9689a6a7ca0437d6c2fed101c2 (patch)
treea23dcb13d555d6df9ed3f00661b2b8a022ea15a7 /mail/nmh/files/patch-ad
parentBROKEN: Broken pkg-plist (diff)
Fix a core dump in NMH's "sortm" command.
PR: 63497 Approved by: Scott Blachowicz <scott@sabami.seaslug.org> [MAINTAINER]
Diffstat (limited to '')
-rw-r--r--mail/nmh/files/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/nmh/files/patch-ad b/mail/nmh/files/patch-ad
new file mode 100644
index 000000000000..79b3ee52e0cc
--- /dev/null
+++ b/mail/nmh/files/patch-ad
@@ -0,0 +1,11 @@
+--- uip/sortm.c-- Thu Mar 18 00:12:19 2004
++++ uip/sortm.c Thu Mar 18 00:26:50 2004
+@@ -439,8 +439,6 @@
+ if(uprf(cp, "re:"))
+ cp += 2;
+ else {
+- if (isalnum(c))
+- *cp2++ = isupper(c) ? tolower(c) : c;
+ break;
+ }
+ }