A memory leak bug in jasper 3.0.6 in function cmdopts_parse. https://github.com/jasper-software/jasper/issues/332 https://github.com/jasper-software/jasper/commit/d99636fad60629785efd1ef72da772a8ef68f54c
Created jasper tracking bugs for this issue: Affects: fedora-all [bug 2118589] Created mingw-jasper tracking bugs for this issue: Affects: fedora-all [bug 2118590]
Hi, The memory leaks happen when cmdline parsing fail, right before calling badusage(), which calls exit(EXIT_FAILURE). Thus from what I can see, the impact of the memory leak is nonexistent, because the process is terminating anyway. Is there something I am missing, or should this CVE be rejected?