NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/46818 CVS commit: src/lib/libc/gen
The following reply was made to PR lib/46818; it has been noted by GNATS.
From: "Paul Goyette" <pgoyette%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/46818 CVS commit: src/lib/libc/gen
Date: Tue, 31 May 2016 07:49:10 +0000
Module Name: src
Committed By: pgoyette
Date: Tue May 31 07:49:10 UTC 2016
Modified Files:
src/lib/libc/gen: fts.c
Log Message:
Use calloc(1, ...) instead of malloc(...) followed immediately by memset()
Addresses PR lib/46818
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/lib/libc/gen/fts.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