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

Side by Side Diff: third_party/qcms/README.chromium

Issue 2815303003: [qcms] Disable advisory asserts when running in libfuzzer (Closed)
Patch Set: Created 3 years, 8 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/qcms/BUILD.gn ('k') | third_party/qcms/src/chain.c » ('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: Quick Color Management System 1 Name: Quick Color Management System
2 Short Name: qcms 2 Short Name: qcms
3 URL: https://github.com/jrmuizel/qcms/tree/v4 3 URL: https://github.com/jrmuizel/qcms/tree/v4
4 Version: v4 4 Version: v4
5 Date: 2012-03-13 5 Date: 2012-03-13
6 License: MIT 6 License: MIT
7 License File: src/COPYING 7 License File: src/COPYING
8 Security Critical: yes 8 Security Critical: yes
9 9
10 Description: 10 Description:
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 - Make qcms_test_output_trc handle normal gamma curves 158 - Make qcms_test_output_trc handle normal gamma curves
159 - https://bugs.chromium.org/p/chromium/issues/detail?id=600338 159 - https://bugs.chromium.org/p/chromium/issues/detail?id=600338
160 - Add API to output parametric gamma curve data 160 - Add API to output parametric gamma curve data
161 - https://bugs.chromium.org/p/chromium/issues/detail?id=615667 161 - https://bugs.chromium.org/p/chromium/issues/detail?id=615667
162 - Fix an unitialized read in gamma curve data. 162 - Fix an unitialized read in gamma curve data.
163 - https://bugs.chromium.org/p/chromium/issues/detail?id=635042 163 - https://bugs.chromium.org/p/chromium/issues/detail?id=635042
164 - Only accept valid input ranges when reading VCGT formula 164 - Only accept valid input ranges when reading VCGT formula
165 - https://bugs.chromium.org/p/chromium/issues/detail?id=708145 165 - https://bugs.chromium.org/p/chromium/issues/detail?id=708145
166 - Fix overflow when reading parametric gamma curves 166 - Fix overflow when reading parametric gamma curves
167 - https://bugs.chromium.org/p/chromium/issues/detail?id=708143 167 - https://bugs.chromium.org/p/chromium/issues/detail?id=708143
168 - Disable some asserts when running in libfuzzer
169 - https://bugs.chromium.org/p/chromium/issues/detail?id=711418
168 170
169 For the Chromium changes, since the import, in a patch format run: 171 For the Chromium changes, since the import, in a patch format run:
170 git diff b8456f38 src 172 git diff b8456f38 src
OLDNEW
« no previous file with comments | « third_party/qcms/BUILD.gn ('k') | third_party/qcms/src/chain.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698