Projects
openEuler:24.03:SP1:Everything:64G
jbig2dec
_service:tar_scm:backport-CVE-2023-46361.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:backport-CVE-2023-46361.patch of Package jbig2dec
From ee53a7e4bc7819d32e8c0b2057885bcc97586bf3 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen <sebras@gmail.com> Date: Sun, 5 Nov 2023 12:21:52 +0100 Subject: [PATCH] Bug 705041: jbig2dec: Avoid uninitialized allocator in command-line tool. Reference:https://github.com/ArtifexSoftware/jbig2dec/commit/ee53a7e4bc7819d32e8c0b2057885bcc97586bf3 Conflict:NA --- jbig2dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jbig2dec.c b/jbig2dec.c index 15d204d..1e1dad8 100644 --- a/jbig2dec.c +++ b/jbig2dec.c @@ -567,7 +567,7 @@ main(int argc, char **argv) { jbig2dec_params_t params; jbig2dec_error_callback_state_t error_callback_state; - jbig2dec_allocator_t allocator_; + jbig2dec_allocator_t allocator_ = { 0 }; jbig2dec_allocator_t *allocator = &allocator_; Jbig2Ctx *ctx = NULL; FILE *f = NULL, *f_page = NULL;
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2