* Potential security problems caused by maliciously-formed RFC 2231 attachment parameters Several other bugs fixed as well. All users of Pine are highly encouraged to upgrade. Improvements to the port: * DOCSDIR'ification of plist * Patches regenerated to remove fuzz Approved by: security-officer, portmgr
12 lines
380 B
Text
12 lines
380 B
Text
--- pine/init.c.orig Fri May 23 09:10:06 2003
|
|
+++ pine/init.c Fri Sep 5 01:44:21 2003
|
|
@@ -1485,6 +1485,9 @@
|
|
GLO_NORM_FORE_COLOR = cpystr(colorx(DEFAULT_NORM_FORE));
|
|
GLO_NORM_BACK_COLOR = cpystr(colorx(DEFAULT_NORM_BACK));
|
|
#endif
|
|
+#ifdef DF_SPELLER
|
|
+ GLO_SPELLER = cpystr(DF_SPELLER);
|
|
+#endif
|
|
|
|
/*
|
|
* Default first value for addrbook list if none set.
|