From: chas w. <ch...@us...> - 2009-08-05 00:54:04
|
Update of /cvsroot/linux-atm/linux-atm/src/saal In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16113/src/saal Modified Files: Tag: V2_5_1 pdu.c Log Message: resolve bug 782731 Segfault in SAAL layer (includes Bugfix) Open 2003-08-04 nobody deffner Index: pdu.c =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/saal/pdu.c,v retrieving revision 1.2 retrieving revision 1.2.4.1 diff -C2 -d -r1.2 -r1.2.4.1 *** pdu.c 9 Oct 2001 22:33:07 -0000 1.2 --- pdu.c 5 Aug 2009 00:53:32 -0000 1.2.4.1 *************** *** 168,172 **** pdu_diag(pdu_maa ? SP_DEBUG : SP_WARN, "USTAT PDU has bad length (%d)",size); ! if (pdu_maa) pdu_maa(pdu_maa,'U',0); return -1; } --- 168,172 ---- pdu_diag(pdu_maa ? SP_DEBUG : SP_WARN, "USTAT PDU has bad length (%d)",size); ! if (pdu_maa) pdu_maa(maa_arg,'U',0); return -1; } |