id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
3704	Logical OR where AND expected in OGRStyleMgr::GetPart	mloskot	warmerdam	"In file [source;trunk/gdal/ogr/ogrfeaturestyle.cpp@19068#L673 ogrfeaturestyle.cpp], line 673, there is condition that looks suspicious:

{{{
if ( pszString || strlen(pszString) > 0 )
}}}

I think the OR should read AND. Current version may lead to strlen(0) which is invalid."	defect	closed	normal		OGR_SF	unspecified	normal	fixed	style	
