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

Side by Side Diff: base/third_party/xdg_mime/README.chromium

Issue 2755723004: base: Fix bad function pointer casts in xdg-mime. (Closed)
Patch Set: Address review comments 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 | « no previous file | base/third_party/xdg_mime/function_casts.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: xdg-mime 1 Name: xdg-mime
2 URL: http://freedesktop.org 2 URL: http://freedesktop.org
3 License: Academic Free License version 2.0 or LGPL v2 3 License: Academic Free License version 2.0 or LGPL v2
4 4
5 The code in this directory is synced from: 5 The code in this directory is synced from:
6 git://anongit.freedesktop.org/xdg/xdgmime 6 git://anongit.freedesktop.org/xdg/xdgmime
7 @ 2cdd8d36d7930d5a594587286cb1949ff62f7027 on 2012/08/06. 7 @ 2cdd8d36d7930d5a594587286cb1949ff62f7027 on 2012/08/06.
8 8
9 In addition, we have the following patch(es): 9 In addition, we have the following patch(es):
10 - compile.patch: small tweaks to make the code compile. 10 - compile.patch: small tweaks to make the code compile.
11 - free_pointer_later.patch: small patch that fixes potential crash in 11 - free_pointer_later.patch: small patch that fixes potential crash in
12 xdg_mime_get_mime_type_for_file() - use of pointer after being freed. 12 xdg_mime_get_mime_type_for_file() - use of pointer after being freed.
13 - function_casts.patch: fix bad function casts.
13 - Added a LICENSE file. 14 - Added a LICENSE file.
OLDNEW
« no previous file with comments | « no previous file | base/third_party/xdg_mime/function_casts.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698