[tickets] [opensaf:tickets] #1236 imm: IMM may assert when time is changed to 1970-01-01 00:00:00

2014-12-17 Thread Neelakanta Reddy
- **Comment**:

[staging:a64544]
[staging:4df385]
[staging:b91766]

changeset:   6225:b917661546cb
tag: tip
parent:  6222:c20bdf359160
user:Neelakanta Reddy reddy.neelaka...@oracle.com
date:Wed Dec 17 15:59:19 2014 +0530
summary: imm: corrected the time return value check if the unix time is 
reset [#1236]

changeset:   6224:4df385d2d062
branch:  opensaf-4.5.x
parent:  6220:5ca1d62041e9
user:Neelakanta Reddy reddy.neelaka...@oracle.com
date:Wed Dec 17 15:59:19 2014 +0530
summary: imm: corrected the time return value check if the unix time is 
reset [#1236]

changeset:   6223:a6454495a583
branch:  opensaf-4.4.x
parent:  6219:e79b41ba3983
user:Neelakanta Reddy reddy.neelaka...@oracle.com
date:Wed Dec 17 15:58:08 2014 +0530
summary: imm: corrected the time return value check if the unix time is 
reset [#1236]




---

** [tickets:#1236] imm: IMM may assert when time is changed to 1970-01-01 
00:00:00**

**Status:** review
**Milestone:** 4.4.2
**Created:** Mon Dec 15, 2014 03:35 PM UTC by Zoran Milinkovic
**Last Updated:** Wed Dec 17, 2014 07:31 AM UTC
**Owner:** Neelakanta Reddy

If time is reset to 1970-01-01 00:00:00, IMM may assert.
In many places in the code there is a check that a value from time(NULL) is 
great than 0. time(NULL) can return 0, and it's a valid value.

All asserts in the code for checking time() value must be corrected and instead 
of checking  0, there should be = 0


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #1236 imm: IMM may assert when time is changed to 1970-01-01 00:00:00

2014-12-17 Thread Neelakanta Reddy
- **status**: review -- fixed



---

** [tickets:#1236] imm: IMM may assert when time is changed to 1970-01-01 
00:00:00**

**Status:** fixed
**Milestone:** 4.4.2
**Created:** Mon Dec 15, 2014 03:35 PM UTC by Zoran Milinkovic
**Last Updated:** Wed Dec 17, 2014 10:22 AM UTC
**Owner:** Neelakanta Reddy

If time is reset to 1970-01-01 00:00:00, IMM may assert.
In many places in the code there is a check that a value from time(NULL) is 
great than 0. time(NULL) can return 0, and it's a valid value.

All asserts in the code for checking time() value must be corrected and instead 
of checking  0, there should be = 0


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #1236 imm: IMM may assert when time is changed to 1970-01-01 00:00:00

2014-12-16 Thread Neelakanta Reddy
- **status**: unassigned -- assigned
- **assigned_to**: Neelakanta Reddy
- **Part**: - -- nd



---

** [tickets:#1236] imm: IMM may assert when time is changed to 1970-01-01 
00:00:00**

**Status:** assigned
**Milestone:** 4.4.2
**Created:** Mon Dec 15, 2014 03:35 PM UTC by Zoran Milinkovic
**Last Updated:** Mon Dec 15, 2014 03:35 PM UTC
**Owner:** Neelakanta Reddy

If time is reset to 1970-01-01 00:00:00, IMM may assert.
In many places in the code there is a check that a value from time(NULL) is 
great than 0. time(NULL) can return 0, and it's a valid value.

All asserts in the code for checking time() value must be corrected and instead 
of checking  0, there should be = 0


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #1236 imm: IMM may assert when time is changed to 1970-01-01 00:00:00

2014-12-16 Thread Neelakanta Reddy
- **status**: assigned -- review
- **Comment**:

https://sourceforge.net/p/opensaf/mailman/message/33158180/



---

** [tickets:#1236] imm: IMM may assert when time is changed to 1970-01-01 
00:00:00**

**Status:** review
**Milestone:** 4.4.2
**Created:** Mon Dec 15, 2014 03:35 PM UTC by Zoran Milinkovic
**Last Updated:** Tue Dec 16, 2014 09:47 AM UTC
**Owner:** Neelakanta Reddy

If time is reset to 1970-01-01 00:00:00, IMM may assert.
In many places in the code there is a check that a value from time(NULL) is 
great than 0. time(NULL) can return 0, and it's a valid value.

All asserts in the code for checking time() value must be corrected and instead 
of checking  0, there should be = 0


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #1236 imm: IMM may assert when time is changed to 1970-01-01 00:00:00

2014-12-15 Thread Zoran Milinkovic



---

** [tickets:#1236] imm: IMM may assert when time is changed to 1970-01-01 
00:00:00**

**Status:** unassigned
**Milestone:** 4.4.2
**Created:** Mon Dec 15, 2014 03:35 PM UTC by Zoran Milinkovic
**Last Updated:** Mon Dec 15, 2014 03:35 PM UTC
**Owner:** nobody

If time is reset to 1970-01-01 00:00:00, IMM may assert.
In many places in the code there is a check that a value from time(NULL) is 
great than 0. time(NULL) can return 0, and it's a valid value.

All asserts in the code for checking time() value must be corrected and instead 
of checking  0, there should be = 0


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets