- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
29 lines
1.0 KiB
Diff
29 lines
1.0 KiB
Diff
From 16ab4a205cfc938c32686e8d697d048fabf97ed4 Mon Sep 17 00:00:00 2001
|
|
From: Timothy Lyanguzov <theta682@gmail.com>
|
|
Date: Thu, 1 Feb 2024 11:19:06 +0000
|
|
Subject: [PATCH] Fix typo.
|
|
|
|
CVE: CVE-2023-52355
|
|
Upstream-Status: Backport [https://gitlab.com/libtiff/libtiff/-/commit/16ab4a205cfc938c32686e8d697d048fabf97ed4]
|
|
|
|
Signed-off-by: Yogita Urade <yogita.urade@windriver.com>
|
|
---
|
|
doc/libtiff.rst | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/doc/libtiff.rst b/doc/libtiff.rst
|
|
index d96a860..4fedc3e 100644
|
|
--- a/doc/libtiff.rst
|
|
+++ b/doc/libtiff.rst
|
|
@@ -169,7 +169,7 @@ you do not need to call :c:func:`TIFFFlush`.
|
|
|
|
In order to prevent out-of-memory issues when opening a TIFF file
|
|
:c:func:`TIFFOpenExt` can be used and then the maximum single memory
|
|
- limit in byte that ``libtiff`` internal memory allocation functions
|
|
+ limit in bytes that ``libtiff`` internal memory allocation functions
|
|
are allowed to request per call can be set with
|
|
:c:func:`TIFFOpenOptionsSetMaxSingleMemAlloc`.
|
|
|
|
--
|
|
2.40.0
|