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

Unified Diff: third_party/modp_b64/README.chromium

Issue 1354743002: Avoid misaligned read/write on little endian platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months 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 | third_party/modp_b64/modp_b64.cc » ('j') | third_party/modp_b64/modp_b64.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/modp_b64/README.chromium
diff --git a/third_party/modp_b64/README.chromium b/third_party/modp_b64/README.chromium
index 35b9e548408276bb49394224584719c2a22f34f7..40b93d2b705c551795398b7b0ac24985ddd732ad 100644
--- a/third_party/modp_b64/README.chromium
+++ b/third_party/modp_b64/README.chromium
@@ -13,3 +13,5 @@ basictypes.h could be possible.
The modp_b64.cc and modp_b64.h files were modified to make them safe on
64-bit systems.
+The modp_b64.cc was modified to avoid misaligned read/write on
+little-endian hardware.
« no previous file with comments | « no previous file | third_party/modp_b64/modp_b64.cc » ('j') | third_party/modp_b64/modp_b64.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698