In the Linux kernel, the following vulnerability has been resolved:
crypto: bcm - add error check in the ahashhmacinit function
The ahashinit functions may return fails. The ahashhmacinit should not return ok when ahashinit returns error. For an example, ahash_init will return -ENOMEM when allocation memory is error.