- Description has changed:
Diff:
~~~~
--- old
+++ new
@@ -1,3 +1,3 @@
-After patch of #2006, now if ntf client uses sizeof(string) to calculate the
string length for lengthAdditionalText, that will result in
SA_AIS_ERR_INVALID_PARAM when sending notification.
+After patch of #2006, now if ntf client uses sizeof(string) + 1 to specify the
string length for lengthAdditionalText, that will result in
SA_AIS_ERR_INVALID_PARAM when sending notification.
Some existing ntftests have failed because those tests are still using sizeof,
which could be fixed in ntftests. However, that could be a *complaint* from
real applications which have been running without problem (application's code
are using sizeof())
~~~~
---
** [tickets:#2038] NTF: Using sizeof(string) for lengthAdditionalText results
in SA_AIS_ERR_INVALID_PARAM**
**Status:** review
**Milestone:** 5.1.RC2
**Created:** Thu Sep 15, 2016 08:47 AM UTC by Minh Hon Chau
**Last Updated:** Thu Sep 15, 2016 10:56 PM UTC
**Owner:** Minh Hon Chau
After patch of #2006, now if ntf client uses sizeof(string) + 1 to specify the
string length for lengthAdditionalText, that will result in
SA_AIS_ERR_INVALID_PARAM when sending notification.
Some existing ntftests have failed because those tests are still using sizeof,
which could be fixed in ntftests. However, that could be a *complaint* from
real applications which have been running without problem (application's code
are using sizeof())
---
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.
------------------------------------------------------------------------------
_______________________________________________
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets