[Debian-ha-commits] [pacemaker] 01/05: High: crmd: Bug #7 - Connecting to the crmd immediately after startup causes use-of-NULL

Christoph Berg myon at debian.org
Mon Jan 4 22:02:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

myon pushed a commit to tag Pacemaker-0.6.1
in repository pacemaker.

commit 588c574c775aacda31c479680090e56ea4228944
Author: Andrew Beekhof <andrew at beekhof.net>
Date:   Tue Feb 5 10:12:21 2008 +0100

    High: crmd: Bug #7 - Connecting to the crmd immediately after startup causes use-of-NULL
    
    Mercurial revision: acfb1b2695a83cd9e0bc8a3c7dbdd0ed133adf67
---
 crmd/messages.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crmd/messages.c b/crmd/messages.c
index afa46c8..f0a2891 100644
--- a/crmd/messages.c
+++ b/crmd/messages.c
@@ -513,7 +513,7 @@ relay_message(HA_Message *relay_message, gboolean originated_locally)
 			is_local = 1;
 		}
 			
-	} else if(strcasecmp(fsa_our_uname, host_to) == 0) {
+	} else if(safe_str_eq(fsa_our_uname, host_to)) {
 		is_local=1;
 	}
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/pacemaker.git



More information about the Debian-HA-Commits mailing list