OpenSolaris

Printable Version Enter a New Search
Bug ID 6578428
Synopsis kssl_input() clears DBLK_COOKED flag in the wrong field
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel_ssl:other
Keywords
Responsible Engineer Bhargava Yenduri
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_72
Fixed In snv_72
Release Fixed solaris_nevada(snv_72) , solaris_10u6(s10u6_01) (Bug ID:2153746)
Related Bugs
Submit Date 9-July-2007
Last Update Date 31-August-2007
Description
Bruce Curtis found the following problem -

In
inet/kssl/ksslapi.c, line 402: mp->b_flag &= ~DBLK_COOKED;

This should be DB_FLAGS(mp) which is the db_flags field in the dblk of the mp.
Work Around
N/A
Comments
N/A