Source-Changes archive

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

CVS commit: [netbsd-9] src/usr.sbin/traceroute



Module Name:    src
Committed By:   martin
Date:           Mon Aug 19 15:49:52 UTC 2019

Modified Files:
        src/usr.sbin/traceroute [netbsd-9]: Makefile ifaddrlist.c prog_ops.h
            traceroute_hostops.c traceroute_rumpops.c

Log Message:
Pull up following revision(s) (requested by kamil in ticket #92):

        usr.sbin/traceroute/ifaddrlist.c: revision 1.11
        usr.sbin/traceroute/traceroute_rumpops.c: revision 1.2
        usr.sbin/traceroute/traceroute_hostops.c: revision 1.2
        usr.sbin/traceroute/Makefile: revision 1.20
        usr.sbin/traceroute/prog_ops.h: revision 1.2

traceroute: Add indirection of symbol to remove clash with sanitizers

Add indirection and symbol renaming under MKSANITIZER for the linked in
version of getifaddrs.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.19.44.1 src/usr.sbin/traceroute/Makefile
cvs rdiff -u -r1.10 -r1.10.44.1 src/usr.sbin/traceroute/ifaddrlist.c
cvs rdiff -u -r1.1 -r1.1.48.1 src/usr.sbin/traceroute/prog_ops.h \
    src/usr.sbin/traceroute/traceroute_hostops.c \
    src/usr.sbin/traceroute/traceroute_rumpops.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