b3b083c883
Before dc2cbe4, the DecoderConfigParam function returned early since DecoderSetCsp signaled a failure, which is why the uninitialized parameters weren't read before. This fixes valgrind warnings about conditional jumps depending on uninitialized values.