Source-Changes archive

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

CVS commit: [netbsd-10] src



Module Name:    src
Committed By:   martin
Date:           Wed Dec 21 19:58:15 UTC 2022

Modified Files:
        src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common [netbsd-10]:
            sanitizer_interceptors_ioctl_netbsd.inc
            sanitizer_platform_limits_netbsd.cc
            sanitizer_platform_limits_netbsd.h
        src/sys/net [netbsd-10]: ppp_tty.c
        src/sys/sys [netbsd-10]: ttycom.h

Log Message:
Pull up following revision(s) (requested by chs in ticket #19):

        external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc: revision 1.5
        external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_netbsd.h: revision 1.8
        sys/sys/ttycom.h: revision 1.22
        sys/net/ppp_tty.c: revision 1.72
        external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_netbsd.cc: revision 1.9

ppp: remove ioctls that never worked and crash the kernel

Remove vestigial bits of PPP HDLC support that never worked on netbsd.

The TIOCRCVFRAME ioctl was apparently intended to be called only from
within the kernel, but nothing prevents user code from calling this ioctl
and crashing the kernel.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.6.1 \
    src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc
cvs rdiff -u -r1.8 -r1.8.6.1 \
    src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_netbsd.cc
cvs rdiff -u -r1.7 -r1.7.2.1 \
    src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_netbsd.h
cvs rdiff -u -r1.71 -r1.71.2.1 src/sys/net/ppp_tty.c
cvs rdiff -u -r1.21 -r1.21.34.1 src/sys/sys/ttycom.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