]> granicus.if.org Git - libvpx/commit
vp8_yv12_realloc_frame_buffer: move allocation check
authorJames Zern <jzern@google.com>
Fri, 8 Oct 2021 23:24:23 +0000 (16:24 -0700)
committerJames Zern <jzern@google.com>
Fri, 8 Oct 2021 23:26:26 +0000 (16:26 -0700)
commit27b8a778bdbaaf803c2a15eb4d96837757480106
tree169ac5a804ef13dccc3f94a346fcbc359027a7ee
parent7aabd6968278130da885f6c35ee12b19a1e7be72
vp8_yv12_realloc_frame_buffer: move allocation check

to before the memset used under msan to avoid any spurious reports in
OOM conditions

Change-Id: I0c4ee92829bbcb356e94f503a4615caf891bb49d
vpx_scale/generic/yv12config.c