CHANGES - OpenPrinting CUPS 2.4.1 - 2022-01-27
==============================================
+Changes in CUPS v2.4.2 (TBA)
+----------------------------
+
+- Fixed conditional jump based on uninitialized value in cups/ppd.c (Issue #329)
+
+
Changes in CUPS v2.4.1 (27th January 2020)
------------------------------------------
srctype[256],
dstsuper[16], /* Destination MIME media type */
dsttype[256],
- program[1024] = {0}, /* Command to run */
*ptr, /* Pointer into command to run */
buffer[1024], /* Re-written cupsFilter value */
**filter; /* Current filter */
int cost; /* Cost of filter */
+ char program[1024] = { 0 }; /* Command to run */
DEBUG_printf(("4ppd_update_filters(ppd=%p, cg=%p)", ppd, pg));