Source-Changes archive

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

CVS commit: [netbsd-9] src/sys/netinet6



Module Name:    src
Committed By:   martin
Date:           Sun Jan  5 09:54:52 UTC 2020

Modified Files:
        src/sys/netinet6 [netbsd-9]: ip6_mroute.c

Log Message:
Pull up following revision(s) (requested by maxv in ticket #606):

        sys/netinet6/ip6_mroute.c: revision 1.131

Don't forget to initialize 'sin6_len'. With kASan, from time to time the
value will be bigger than the size of the source, and we get a read
overflow. With kMSan the uninitialized access is detected immediately.


To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.130.2.1 src/sys/netinet6/ip6_mroute.c

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