[tickets] [opensaf:tickets] Re: #1135 Imm: Missing validity check on 'objectName' in saImmOmSearchInitialize

2014-09-30 Thread Zoran Milinkovic
I'll fix it when I push the code. Thanks, Zoran From: Neelakanta Reddy [mailto:neelaka...@users.sf.net] Sent: den 29 september 2014 16:35 To: [opensaf:tickets] Subject: [opensaf:tickets] Re: #1135 Imm: Missing validity check on 'objectName' in saImmOmSearchInitialize Hi zoran, Reviewed and te

[tickets] [opensaf:tickets] Re: #1135 Imm: Missing validity check on 'objectName' in saImmOmSearchInitialize

2014-09-29 Thread Neelakanta Reddy
Hi zoran, Reviewed and tested the 4.5.x, default. Ack with following comment: The if condition must be negated, otherwise cluster will not come up: + if(! osaf_is_extended_name_valid(rootName)) { + rc = SA_AIS_ERR_INVALID_PARAM; Reviewed the 4.3.x and 4.4.x