From 9020d0a1ba5766ae40d0aefe8b4b46e0e6903ee6 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 6 Jul 2010 19:18:19 -0500 Subject: Bug 610119 - fix coverify Defect Type: Null pointer dereferences issues 12167 - 12199 https://bugzilla.redhat.com/show_bug.cgi?id=610119 Resolves: bug 610119 Bug description: Fix coverify Defect Type: Null pointer dereferences issues 12167 - 12199 Fix description: Catch possible NULL pointer in LASDnsBuild(). --- lib/libsi18n/getstrmem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libsi18n') diff --git a/lib/libsi18n/getstrmem.h b/lib/libsi18n/getstrmem.h index 937885bc..1cd72454 100644 --- a/lib/libsi18n/getstrmem.h +++ b/lib/libsi18n/getstrmem.h @@ -259,6 +259,7 @@ static char* libaccess[] = { "acl_user_exists: out of memory", "acl_user_exists: user doesn't exist anymore", "acl_user_exists: plist error", + "LASDnsBuild invalid attribute pattern\n", emptyString }; /* libraries in bucket for hashKey==9 */ -- cgit