Lines Matching refs:patch
12 0000-tag-type-confusion.patch: Fix a type confusion.
13 0001-from16-to-8-overflow.patch: Prevent a UBSan warning.
14 0002-infinite-loop-GrowNamedColorList.patch: Fix infinite loop when calling GrowNamedColorList.
15 0003-uninit.patch: Fix use uninitialized value and stack buffer overflow read.
16 0004-memory-leak-Type_Curve_Read.patch: Fix memory leak in Type_Curve_Read.
17 0005-memory-leak-AllocEmptyTransform.patch: Fix memory leak in AllocEmptyTransform.
18 0006-memory-leak-Type_NamedColor_Read.patch: Fix memory leak in Type_NamedColor_Read.
19 0007-memory-leak-OptimizeByResampling.patch: Fix memory leak in OptimizeByResampling.
20 0008-memory-leak-Type_MPEmatrix_Read.patch: Fix memory leak in MPEmatrix_Read.
21 0009-cmsStageAllocMatrix-param-swap.patch: Fix rows/cols swap in cmsStageAllocMatrix.
22 0010-reject-nan.patch: Reject NaN when reading float numbers.
23 0011-memory-leak-ReadSegmentedCurve.patch: Fix memory leak in ReadSegmentedCurve.
24 0012-backport-c0a98d86.patch: Fix several issues. Backport from upstream
26 0013-utf8.patch: Encode source files as utf-8.
27 0014-avoid-fixed-inf.patch: Avoid fixed number LUT optimization on inf values.
28 0015-sanitize-float-read.patch: Sanitize floating point read. Partially backport
30 0016-check-LUT-and-MPE.patch: check LUT consistency and sanitize MPE profiles.
31 0017-upstream-integer-overflow-MPEmatrix_Read.patch: fix some integer overflows.