[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | USG buildhelp questions/answers |
|
Moderator: | SMURF::FILTER |
|
Created: | Mon Apr 26 1993 |
Last Modified: | Mon Jan 20 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 2763 |
Total number of notes: | 5802 |
2677.0. "v40asupportos-31-spear" by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Fri Nov 15 1996 17:20
Date Of Receipt: 15-NOV-1996 16:57:17.45
From: US2RMC::"[email protected]"
To: [email protected]
CC: [email protected]
Subj: v40asupportos-31-spear
For what it's worth,
in v40asupportos-31-spear, I made a mistake that was
not caught by the compiler in the ode environment.
I missed a ; in some code added by me.
The module built w/o failure, the pool built and the
module tested ok.
I've since corrected it and resubmitted using this same srequest.
Anybody care to comment?
*** 1136,1141 ****
--- 1141,1154 ----
m->m_len += hlen;
m->m_data -= hlen;
m->m_pkthdr.len = next;
+ /* Fix for WNT/Win95 remote ping panic */
+ if( next > (IP_MAXPACKET-hlen)) {
+ NETSTAT_LOCK(&ipstat.ips_lock);
+ ipstat.ips_badlen++ <-----missed it right here!!
+ NETSTAT_UNLOCK(&ipstat.ips_lock);
+ m_freem(m);
+ return (0);
+ }
return m;
dropfrag:
diff -c -r4.4.72.2 OdeSrvrTmpBob_Spear016079/ip_input.c
% Received: from mail12.digital.com by us2rmc.zko.dec.com (5.65/rmc-22feb94) id AA05388; Fri, 15 Nov 96 16:47:36 -0500
from pannik.zk3.dec.com by mail12.digital.com (8.7.5/UNX 1.5/1.0/WV) id QAA22142; Fri, 15 Nov 1996 16:21:59 -0500 (EST)
from localhost by pannik.zk3.dec.com; (5.65v3.2/1.1.8.2/02Jul96-0212PM) id AA05478; Fri, 15 Nov 1996 16:21:32 -0500
% From: [email protected]
% Message-Id: <[email protected]>
% To: [email protected]
% Cc: [email protected]
% Subject: v40asupportos-31-spear
% Date: Fri, 15 Nov 96 16:21:32 -0500
% X-Mts: smtp
T.R | Title | User | Personal Name | Date | Lines
|
---|