diff options
Diffstat (limited to 'mail/pathalias/files/patch-aa')
-rw-r--r-- | mail/pathalias/files/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/pathalias/files/patch-aa b/mail/pathalias/files/patch-aa new file mode 100644 index 000000000000..f5273eb04826 --- /dev/null +++ b/mail/pathalias/files/patch-aa @@ -0,0 +1,14 @@ +*** ./mapit.c Sat Jun 9 12:32:18 1990 +--- ../../m/mapit.c Thu Feb 10 07:00:02 1994 +*************** +*** 298,303 **** +--- 298,306 ---- + || (NETDIR(l) == LRIGHT && (prev->n_flag & HASLEFT))) + cost += INF; /* mixed syntax */ + } ++ /* Dirk meyer 10.02.94 */ ++ if ( cost < 0 ) /* Overflow, more than 31 bit */ ++ cost = INF; /* Limit, to avoid recursive paths */ + + return cost; + } |