зеркало из https://github.com/mozilla/gecko-dev.git
Bug 4621. Uninitialized memory read. Many thanks to Bruce Mitchener <bruce@cybersight.com>. a=chofmann@netscape.com
This commit is contained in:
Родитель
2f0eebcd43
Коммит
a24681ea5d
|
@ -508,7 +508,7 @@ static const char kCSSType[] = "text/css";
|
|||
static const char kDataSourcePI[] = "<?rdf-datasource";
|
||||
static const char kContentModelBuilderPI[] = "<?rdf-builder";
|
||||
|
||||
nsresult rv;
|
||||
nsresult rv = NS_OK;
|
||||
FlushText();
|
||||
|
||||
if (! mDataSource)
|
||||
|
|
Загрузка…
Ссылка в новой задаче