OpenSolaris

Printable Version Enter a New Search
Bug ID 6616507
Synopsis CIFS server code should eradicate its use of setjmp()/longjmp()
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:cifs
Keywords
Responsible Engineer Alan M Wright
Reported Against snv_77
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_84
Fixed In snv_84
Release Fixed solaris_nevada(snv_84)
Related Bugs 6617183 , 6666830 , 6667510
Submit Date 12-October-2007
Last Update Date 27-February-2008
Description
The dispatch routine in CIFS server code is using longjmp()/setjmp().  This makes the logic somewhat difficult to follow and therefore makes the code harder to maintain.  This should be reworked.
Work Around
N/A
Comments
N/A