Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   mrg
Date:           Tue Apr 13 06:25:49 UTC 2021

Modified Files:
        src/external/apache2/mDNSResponder/usr.sbin/mdnsd: Makefile
        src/external/mpl/dhcp/bin/server: Makefile
        src/sbin/newfs_udf: udf_create.c
        src/sys/fs/udf: udf_subr.c
        src/sys/modules/hpacel: Makefile
        src/usr.bin/rsh: rsh.c

Log Message:
more GCC 10 fixes.

mDNSResponder: another wrong return local address

dhcp: ignore a seemingly impossible stringop overflow

hpacel: avoid maybe uninitialised error that is wrong.

rsh: avoid impossible malloc(0)

udf: cast pointers through (uintptr_t) to fool invalid boundary checks


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 \
    src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile
cvs rdiff -u -r1.6 -r1.7 src/external/mpl/dhcp/bin/server/Makefile
cvs rdiff -u -r1.28 -r1.29 src/sbin/newfs_udf/udf_create.c
cvs rdiff -u -r1.152 -r1.153 src/sys/fs/udf/udf_subr.c
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/hpacel/Makefile
cvs rdiff -u -r1.38 -r1.39 src/usr.bin/rsh/rsh.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