diff --git a/plugin/inicert/libs/KISA_SEED_CBC.php b/plugin/inicert/libs/KISA_SEED_CBC.php index d45374d00..4e5d7cb1d 100644 --- a/plugin/inicert/libs/KISA_SEED_CBC.php +++ b/plugin/inicert/libs/KISA_SEED_CBC.php @@ -782,6 +782,7 @@ static function SEED_CBC_Decrypt(&$pbszUserKey, &$pbszIV, &$message, $message_of $pbszCipherText = array_pad(array(), $message_length, 0); Common::arraycopy_system($message, $message_offset, $pbszCipherText, 0, $message_length); $nCipherTextLen = count($pbszCipherText); + $result = null; if ($nCipherTextLen % KISA_SEED_CBC::BLOCK_SIZE_SEED) { return $result;