Bug 124348 (DEFECT000270721) - ber_print with mismatched set/sequence format characters cause application error
Summary: ber_print with mismatched set/sequence format characters cause application error
Status: VERIFIED FIXED
Alias: DEFECT000270721
Product: NDS SDK
Classification: Novell Products
Component: LDAP C SDK (show other bugs)
Version: Future
Hardware: Other Other
: P5 - None : Minor
Target Milestone: ---
Assignee: Forgotten User WOalQCA2Pj
QA Contact: Sundar Swamy
URL:
Whiteboard:
Keywords: English
Depends on:
Blocks:
 
Reported: 2001-06-15 22:41 UTC by Forgotten User WOalQCA2Pj
Modified: 2006-04-19 17:48 UTC (History)
1 user (show)

See Also:
Found By: Component Test
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rajkumar V 2005-10-10 22:54:37 UTC


------- Bug moved to this database by vrajkumar@novell.com 2005-10-10 16:54 -------

This bug previously known as bug DEFECT000270721 at remedy/
remedy/show_bug.cgi?id=DEFECT000270721
Originally filed under the NDS SDK product and LDAP C SDK component.

---------
<remedy_milestone> BLANK </remedy_milestone>
---------
<remedy_details> Calling the ber_printf function with mismatched
      set/sequence format characters sometimes causes the application to
      abort with an application error.

rc = ber_printf(be, "[b{ii}}]", 0xff, 1, 2); </remedy_details>
---------
<remedy_notes> dsteck (  8/26/02 6:20:55 PM  Testing - Submitter/Final )
Chec k for *sos == NULL at beginning of ber_put_seqorset() and return -1
error if so.
This was causing the crash when you had mismatched set characters in
ber_printf.

This fix won't be in Falcon/Sept NDK.
But it will be in the next CLDAP build after 8/26/2002.


 </remedy_notes>

Comment 1 Forgotten User WOalQCA2Pj 2006-03-14 15:51:01 UTC
unable to reproduce this bug