NetBSD-Bugs archive

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

PR/50228 CVS commit: src/lib/libc/arch/powerpc/string



The following reply was made to PR port-macppc/50228; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/50228 CVS commit: src/lib/libc/arch/powerpc/string
Date: Mon, 19 Dec 2016 09:30:23 -0500

 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.
 


Home | Main Index | Thread Index | Old Index