Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 9644 by mulhern: Code defect in ssl_uitest.cc code for group  
SSLUITest, test TestOKHTTPS
http://code.google.com/p/chromium/issues/detail?id=9644

Chrome Version       : 2.0.172.0 (12751)
URLs (if applicable) :
Other browsers tested:
   Add OK or FAIL after other browsers where you have tested this issue:
      Safari 4:
   Firefox 3.x:
          IE 7:
          IE 8:

What steps will reproduce the problem?
1. Run uitests on machine that fails to make an ssl connection.

What is the expected result?
uitests run


What happens instead?
uitests crash


Please provide any additional information below. Attach a screenshot if
possible.

Occurs whenever no acceptable https connection can be made.
The return value from GoodCertServer() is not compared with NULL.
If it is NULL it is passed to the NavigateTab method resulting
in subsequent failure. Failure does not occur immediately because the
return value of GoodCertServer is a scoped_ptr.

Solution is to compare the value to NULL and return gracefully when the
https connection is not made succesfully.




--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to