Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(326)

Issue 173199: Avoid a crash in X.509 NSS certificate verification glue (Closed)

Created:
11 years, 4 months ago by Mark Mentovai
Modified:
9 years, 7 months ago
Reviewers:
wtc
CC:
chromium-reviews_googlegroups.com, darin (slow to review), brettw, willchan no longer on Chromium
Visibility:
Public.

Description

Avoid a crash in X.509 NSS certificate verification glue. Abandoned

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M net/base/x509_certificate_nss.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mark Mentovai
I'm not sure if there's something strange about my build or my system, but on ...
11 years, 4 months ago (2009-08-21 17:11:43 UTC) #1
wtc
11 years, 4 months ago (2009-08-21 17:21:57 UTC) #2
Mark, thanks for the patch.  We need to track this down.
It is a serious NSS bug if 'cert_list' is NULL there.

1. Could you send me a copy of your ~/.pki/nssdb directory?

2. Please run "ldd chrome" to get the pathname of the
libnss3.so you're using.  Then run
  ident <path of libnss3.so> | grep Header
to get the version number of NSS.

Thanks!

Powered by Google App Engine
This is Rietveld 408576698