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

Unified Diff: README.chromium

Issue 757333003: Win64: Fix a pointer truncation bug in nspr. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | nspr/pr/src/threads/combined/pruthr.c » ('j') | nspr/pr/src/threads/combined/pruthr.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
===================================================================
--- README.chromium (revision 293124)
+++ README.chromium (working copy)
@@ -36,6 +36,9 @@
(The "system" vs. "user" thread distinction comes from Java, and
ultimately from Solaris threads.) This is a workaround for
http://crbug.com/40663.
+- patches/nspr-no-pointers-in-longs.patch Don't store pointers in longs.
+ Pointers can be 64-bit, and longs are only 32-bit on Windows. See
+ https://bugzilla.mozilla.org/show_bug.cgi?id=1105144
- patches/nspr-remove-io.patch: Remove IO operations in NSPR to allow NSS
to work in the sandbox. Do not initialize IO when initializing NSPR.
Windows version of NSPR also tried to use getaddrinfo to resolve hostname
« no previous file with comments | « no previous file | nspr/pr/src/threads/combined/pruthr.c » ('j') | nspr/pr/src/threads/combined/pruthr.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698