Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/sys



Module Name:    src
Committed By:   itojun
Date:           Fri Jun 25 15:23:57 UTC 2004

Modified Files:
        src/sys/sys: mbuf.h

Log Message:
null out m_pkthdr.rcvif on MGETHDR.  otherwise we will touch unexpected
memory region on m->m_pkthdr.rcvif access (NULL is at least debuggable than
random junk value).


To generate a diff of this commit:
cvs rdiff -r1.94 -r1.95 src/sys/sys/mbuf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index