]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - lib/asn1_decoder.c
Merge tag 'sound-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[mirror_ubuntu-bionic-kernel.git] / lib / asn1_decoder.c
index d77cdfc4b554c4060c88815d883b7c2c4d8ef37a..dc14beae2c9aac7df010cdc36e861e33d34a1103 100644 (file)
@@ -439,6 +439,8 @@ next_op:
                        else
                                act = machine[pc + 1];
                        ret = actions[act](context, hdr, 0, data + tdp, len);
+                       if (ret < 0)
+                               return ret;
                }
                pc += asn1_op_lengths[op];
                goto next_op;