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

2014-09-25 Thread Anders Bjornerstedt
--- ** [tickets:#1135] Imm: Missing validity check on 'objectName' in saImmOmSearchInitialize** **Status:** unassigned **Milestone:** 4.3.3 **Created:** Thu Sep 25, 2014 08:20 AM UTC by Anders Bjornerstedt **Last Updated:** Thu Sep 25, 2014 08:20 AM UTC **Owner:** nobody If one compares saIm

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

2014-09-29 Thread Zoran Milinkovic
- **status**: unassigned --> accepted - **assigned_to**: Zoran Milinkovic --- ** [tickets:#1135] Imm: Missing validity check on 'objectName' in saImmOmSearchInitialize** **Status:** accepted **Milestone:** 4.3.3 **Created:** Thu Sep 25, 2014 08:20 AM UTC by Anders Bjornerstedt **Last Updated:

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

2014-09-29 Thread Zoran Milinkovic
- **status**: accepted --> fixed - **Comment**: opensaf-4.3.x and opensaf-4.4.x: https://sourceforge.net/p/opensaf/mailman/message/32879190/ opensaf-4.5.x and default(4.6): https://sourceforge.net/p/opensaf/mailman/message/32879192/ --- ** [tickets:#1135] Imm: Missing validity check on 'obje

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

2014-09-29 Thread Zoran Milinkovic
- **status**: fixed --> review --- ** [tickets:#1135] Imm: Missing validity check on 'objectName' in saImmOmSearchInitialize** **Status:** review **Milestone:** 4.3.3 **Created:** Thu Sep 25, 2014 08:20 AM UTC by Anders Bjornerstedt **Last Updated:** Mon Sep 29, 2014 01:52 PM UTC **Owner:** Z

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

2014-09-30 Thread Zoran Milinkovic
- **status**: review --> fixed - **Comment**: opensaf-4.3.x: changeset: 5940:665f39cbd878 branch: opensaf-4.3.x parent: 5930:214972614415 user:Zoran Milinkovic date:Mon Sep 29 15:38:28 2014 +0200 summary: imm: add missing check in seach init [#1135] - opensa

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

2014-09-30 Thread Zoran Milinkovic
- **Comment**: Removed unnecessary check for non extended name of rootName opensaf-4.5.x: changeset: 5944:2c453f5b5873 branch: opensaf-4.5.x parent: 5942:710cd9700c85 user:Zoran Milinkovic date:Tue Sep 30 14:03:34 2014 +0200 summary: imm: remove unnecessary check

Re: [tickets] [opensaf:tickets] #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