In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-digi00x: prevent potential use after free This code was supposed to return an error code if initstream() failed, but it instead freed dg00x->rxstream and returned success. This potentially leads to a use after free.