Module Name: src Committed By: christos Date: Mon Dec 19 14:30:23 UTC 2016
Modified Files: src/lib/libc/arch/powerpc/string: bzero.S Log Message: PR/50228: Christian Groessler: fix bzero(ptr, 0) on ppc. Check for 0 length before jumping to cb_memset like memset does. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/arch/powerpc/string/bzero.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.