Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-9] src/sys/arch/powerpc/booke
Module Name: src
Committed By: martin
Date: Mon Mar 2 08:00:55 UTC 2020
Modified Files:
src/sys/arch/powerpc/booke [netbsd-9]: copyin.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #752):
sys/arch/powerpc/booke/copyin.c: revision 1.8
Let copyinstr(9) return ENAMETOOLONG correctly if source is not
NUL-terminated; it cannot be determined by (uint8_t)data == '\0'
since data is right shifted at the end of loop.
Found by POOL_REDZONE.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.4.1 src/sys/arch/powerpc/booke/copyin.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