File bootsplash-3.3-decodejpeg.patch of Package bootsplash
--- Utilities/splash.c
+++ Utilities/splash.c
@@ -980,7 +980,7 @@
unsigned char quant[4][64];
struct dec_hufftbl dhuff[4];
- struct jpginfo info;
+ struct jpginfo info = {};
struct scan dscans[MAXCOMP];
setinput(&in, bp);