OpenSolaris

Printable Version Enter a New Search
Bug ID 6762162
Synopsis $DATA appended to streams when stream type != $DATA
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:cifs
Keywords
Responsible Engineer Joyce Mcintosh
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_106
Fixed In snv_106
Release Fixed solaris_nevada(snv_106)
Related Bugs 6617183
Submit Date 21-October-2008
Last Update Date 16-January-2009
Description
If a stream name passed in an smb client request does not have a type of $IPC or $DATA, $DATA is appended, regardless of whether a valid stream type is specified. 
For example: 
  filename.txt:streamname:$data becomes filename.txt:streamname:$data:$DATA
  filename.txt:streamname:$foo becomes filename.txt:streamname:$foo:$DATA
  filename.txt:streamname:$ becomes filename.txt:streamname:$:$DATA
Work Around
N/A
Comments
N/A