OpenSolaris

Printable Version Enter a New Search
Bug ID 6414453
Synopsis ogl-select fails to start
State 10-Fix Delivered (Fix available in build)
Category:Subcategory xserver:install
Keywords
Responsible Engineer John M Martin
Reported Against snv_38
Duplicate Of
Introduced In
Commit to Fix snv_39
Fixed In snv_40
Release Fixed solaris_nevada(snv_40)
Related Bugs 6390453
Submit Date 18-April-2006
Last Update Date 16-January-2007
Description
Bug 6390453 added the followign code to ogl-select:

+ # Force the vendor name to lower case
+ VENDOR=`echo ${VENDOR} | /usr/bin/tr [A-Z] [a-z]`
+

But this code contains unescaped shell wild cards.  [a-z] matches "a" if /a
exists.
Work Around
N/A
Comments
N/A