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

Side by Side Diff: third_party/expat/files/lib/libexpat.def

Issue 2761253002: Update expat to 2.2.0 to fix CVE vulnerability. (Closed)
Patch Set: update README.chromium Created 3 years, 9 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 | « third_party/expat/files/lib/internal.h ('k') | third_party/expat/files/lib/libexpatw.def » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ; DEF file for MS VC++ 1 ; DEF file for MS VC++
2 2
3 LIBRARY 3 LIBRARY
4 EXPORTS 4 EXPORTS
5 XML_DefaultCurrent @1 5 XML_DefaultCurrent @1
6 XML_ErrorString @2 6 XML_ErrorString @2
7 XML_ExpatVersion @3 7 XML_ExpatVersion @3
8 XML_ExpatVersionInfo @4 8 XML_ExpatVersionInfo @4
9 XML_ExternalEntityParserCreate @5 9 XML_ExternalEntityParserCreate @5
10 XML_GetBase @6 10 XML_GetBase @6
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 XML_UseForeignDTD @58 64 XML_UseForeignDTD @58
65 ; added with version 1.95.6 65 ; added with version 1.95.6
66 XML_FreeContentModel @59 66 XML_FreeContentModel @59
67 XML_MemMalloc @60 67 XML_MemMalloc @60
68 XML_MemRealloc @61 68 XML_MemRealloc @61
69 XML_MemFree @62 69 XML_MemFree @62
70 ; added with version 1.95.8 70 ; added with version 1.95.8
71 XML_StopParser @63 71 XML_StopParser @63
72 XML_ResumeParser @64 72 XML_ResumeParser @64
73 XML_GetParsingStatus @65 73 XML_GetParsingStatus @65
74 ; added with version 2.1.1
75 ; XML_GetAttributeInfo @66
76 XML_SetHashSalt @66
OLDNEW
« no previous file with comments | « third_party/expat/files/lib/internal.h ('k') | third_party/expat/files/lib/libexpatw.def » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698