From 8ee685770204d18a776556251be5752304ec78d4 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 14 Oct 2006 20:30:43 +0000 Subject: [PATCH] Improved the description of the code-checker work.. --- NEWS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 23114df3..41ab6c0a 100644 --- a/NEWS +++ b/NEWS @@ -104,9 +104,10 @@ Changes since 2.6.8: INTERNAL: - Did a code audit using IBM's code checker program and made several - changes, including: replacing most of the strcpy() and sprintf() calls - with strlcpy(), snprintf(), and memcpy(); adding a 0-value to an enum - that had been intermingling a literal 0 with the defined enum values. + changes, including: replacing most of the strcpy() and sprintf() + calls with strlcpy(), snprintf(), and memcpy(), and adding a 0-value + to an enum that had been intermingling a literal 0 with the defined + enum values. - Fixed a potential bug in f_name_cmp() when both the args are a top-level "." dir (which doesn't happen in normal operations). -- 2.34.1