K 10 svn:author V 6 dillon K 8 svn:date V 27 2000-03-23T18:58:59.000000Z K 7 svn:log V 251 Fix parens in m_pullup() line in arp handling code. The code was improperly doing the equivalent of (m = (function() == NULL)) instead of ((m = function()) == NULL). This fixes a NULL pointer dereference panic with runt arp packets. END