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

Side by Side 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 unified diff | 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')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: modp base64 decoder 1 Name: modp base64 decoder
2 Short Name: stringencoders 2 Short Name: stringencoders
3 URL: http://code.google.com/p/stringencoders/ 3 URL: http://code.google.com/p/stringencoders/
4 Version: unknown 4 Version: unknown
5 License: BSD 5 License: BSD
6 Security Critical: yes 6 Security Critical: yes
7 7
8 Description: 8 Description:
9 The modp_b64.c file was modified to remove the inclusion of modp's config.h 9 The modp_b64.c file was modified to remove the inclusion of modp's config.h
10 and to fix compilation errors that occur under VC8. The file was renamed 10 and to fix compilation errors that occur under VC8. The file was renamed
11 modp_b64.cc to force it to be compiled as C++ so that the inclusion of 11 modp_b64.cc to force it to be compiled as C++ so that the inclusion of
12 basictypes.h could be possible. 12 basictypes.h could be possible.
13 13
14 The modp_b64.cc and modp_b64.h files were modified to make them safe on 14 The modp_b64.cc and modp_b64.h files were modified to make them safe on
15 64-bit systems. 15 64-bit systems.
16 The modp_b64.cc was modified to avoid misaligned read/write on
17 little-endian hardware.
OLDNEW
« 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