26 lines
855 B
Diff
26 lines
855 B
Diff
From 592aca7ac48947ff264ff2f24980a22863c644fb Mon Sep 17 00:00:00 2001
|
|
From: Ralph Boehme <slow@samba.org>
|
|
Date: Thu, 13 Jan 2022 16:48:01 +0100
|
|
Subject: [PATCH 1/6] CVE-2021-44142: libadouble: add defines for icon lengths
|
|
|
|
From https://www.ietf.org/rfc/rfc1740.txt
|
|
|
|
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14914
|
|
|
|
Signed-off-by: Ralph Boehme <slow@samba.org>
|
|
---
|
|
source3/modules/vfs_fruit.c | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- a/source3/modules/vfs_fruit.c
|
|
+++ b/source3/modules/vfs_fruit.c
|
|
@@ -279,6 +279,8 @@ typedef enum {ADOUBLE_META, ADOUBLE_RSRC
|
|
#define ADEDLEN_MACFILEI 4
|
|
#define ADEDLEN_PRODOSFILEI 8
|
|
#define ADEDLEN_MSDOSFILEI 2
|
|
+#define ADEDLEN_ICONBW 128
|
|
+#define ADEDLEN_ICONCOL 1024
|
|
#define ADEDLEN_DID 4
|
|
#define ADEDLEN_PRIVDEV 8
|
|
#define ADEDLEN_PRIVINO 8
|