update: 更新文件 CVE-2025-64505.patch

Signed-off-by: gcw_5Q40SBlf <guokuan1@h-partners.com>
This commit is contained in:
gcw_5Q40SBlf
2026-01-04 16:53:01 +08:00
parent 892cf81262
commit 097c85f21f
-12
View File
@@ -142,17 +142,5 @@ index 1526123..072db9a 100644
#endif /* READ_QUANTIZE */
#ifdef PNG_READ_EXPAND_16_SUPPORTED
diff --git a/pngstruct.h b/pngstruct.h
index 7c38464..105a6c1 100644
--- a/pngstruct.h
+++ b/pngstruct.h
@@ -421,7 +421,6 @@ struct png_struct_def
#ifdef PNG_READ_QUANTIZE_SUPPORTED
/* The following three members were added at version 1.0.14 and 1.2.4 */
- png_bytep quantize_sort; /* working sort array */
png_bytep index_to_palette; /* where the original index currently is
in the palette */
png_bytep palette_to_index; /* which original index points to this
--