DescriptionGrBufferAllocPool: use _throw calloc() if unchecked.
Looks like this code is using sk_calloc(), NULL on failure, accidentally
instead of sk_calloc_throw(). We're using sk_malloc_throw() in the parallel
code path, so it really seems like we're not checking the result pointer.
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2152753002
Committed: https://skia.googlesource.com/skia/+/abda35d2b77f2765985ab16d3417c5cce296b8af
Patch Set 1 #
Messages
Total messages: 8 (4 generated)
|