Fix for potentially using uninitialized variable

This commit is contained in:
Pan7 2016-08-21 21:35:42 +02:00
parent 8557f1820f
commit 282f33d813

View file

@ -75,6 +75,8 @@ lwEnvelope *lwGetEnvelope( picoMemStream_t *fp, int cksize ){
goto Fail;
}
key = NULL;
/* process subchunks as they're encountered */
while ( 1 ) {