Hi,

this can oops.

        Regards
                Oliver

You can import this changeset into BK by piping this whole message to:
'| bk receive [path to repository]' or apply the patch as usual.

===================================================================


[EMAIL PROTECTED], 2003-08-11 21:59:09+02:00, [EMAIL PROTECTED]
  - check for mem alloc failure


 usbnet.c |    2 ++
 1 files changed, 2 insertions(+)


diff -Nru a/drivers/usb/net/usbnet.c b/drivers/usb/net/usbnet.c
--- a/drivers/usb/net/usbnet.c  Mon Aug 11 21:59:35 2003
+++ b/drivers/usb/net/usbnet.c  Mon Aug 11 21:59:35 2003
@@ -986,6 +986,8 @@
                skb2 = skb_copy_expand (skb, (4 + 4*1) , padlen, flags);
                dev_kfree_skb_any (skb);
                skb = skb2;
+               if (!skb)
+                       return NULL;
        }
 
        // attach the packet count to the header

===================================================================


This BitKeeper patch contains the following changesets:
1.2216
## Wrapped with gzip_uu ##


begin 664 bkpatch24989
M'XL(`*?U-S\``[V4;6O;,!#'7UN?XD;?;)38=Y+L6!X>W;JQC84N9,L'\(-<
M!S\-V5X9^,-/24I#6%*Z#B8D./E\?_]]^J$+6/?:1$Y7;[EMAIL PROTECTED]</D6/C
M9LQUZ[9ZK,;&[<RMS:VZSN:\LFNTMR_POANM>R^IAK%/F7UEF0Q9"3;31PZY
MXN')\.N'CIS5AX_KQ=L58W$,UV72WNIO>H`X9FEUE8^Z=BO3)>7V:]-#>N*(
M1,1]%'Y`_L1#(>1$`::Y#7,^5T4:*+;W<W7"^+&4P-"J*1GX?/)Q/@_8>R"7
M<PH`A8>A1P2<(E]%J"Z11XAP7AHN"6;(WL&_^[]F&<[EMAIL PROTECTED]:'0#25UW
M&13)[EMAIL PROTECTED]:QV9_.1C#!-F;$WYSL_W)WK/GN%VM'MSL8%VBHOE$
M2(A3QJ6F5(:4<"V"5#S2GR-5*WFD?'\2OD)IMXK4#HMS%:<I>;[EMAIL PROTECTED]
M2#&1(A0[?I3_!SWR"?3P_TG/OL=?86;N=M/2L#S;[F>0]5F%(7#F.)L"7K[H
EJ_25C1VCA]&T<+->+%X?+HB=TWYL8ETH%%('[#=G"8@@B00`````
`
end



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to