]> granicus.if.org Git - libvpx/commit
vp9e_set_config: setjmp before calling vp9_change_config
authorJames Zern <jzern@google.com>
Sat, 28 May 2022 04:50:11 +0000 (21:50 -0700)
committerJames Zern <jzern@google.com>
Wed, 1 Jun 2022 05:15:55 +0000 (22:15 -0700)
commit3997d9bc6286ba075879353b87678986cdbfa347
treed8b3658e5d438e30960ba1a53160797e62777958
parent365eebc147627ae83ec8b36077198d8cfb5e0128
vp9e_set_config: setjmp before calling vp9_change_config

vp9_change_config may call functions that perform allocations which
expect failures detected by CHECK_MEM_ERROR to not return.

Change-Id: I1dd1eca9c661ed157d51b4a6a77fc9f88236d794
vp9/vp9_cx_iface.c