Source-Changes archive

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

CVS commit: src/sys/dev/usb



Module Name:    src
Committed By:   maya
Date:           Thu Jan 12 18:26:08 UTC 2017

Modified Files:
        src/sys/dev/usb: if_aue.c if_axe.c if_cdce.c if_cue.c if_kue.c
            if_udav.c if_upl.c if_url.c

Log Message:
Appease coverity which is having nightmares about strings not being
null-terminated by using strlcpy rather than strncpy when it doesn't
matter.

ok christos.


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 src/sys/dev/usb/if_aue.c
cvs rdiff -u -r1.79 -r1.80 src/sys/dev/usb/if_axe.c
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/usb/if_cdce.c
cvs rdiff -u -r1.75 -r1.76 src/sys/dev/usb/if_cue.c
cvs rdiff -u -r1.88 -r1.89 src/sys/dev/usb/if_kue.c
cvs rdiff -u -r1.50 -r1.51 src/sys/dev/usb/if_udav.c
cvs rdiff -u -r1.58 -r1.59 src/sys/dev/usb/if_upl.c
cvs rdiff -u -r1.55 -r1.56 src/sys/dev/usb/if_url.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