OSDN Git Service

tools/coverity: Add models for av_mallocz and av_free
authorPhilip Langdale <philipl@overt.org>
Sun, 27 Nov 2016 19:16:18 +0000 (11:16 -0800)
committerPhilip Langdale <philipl@overt.org>
Wed, 30 Nov 2016 21:27:43 +0000 (13:27 -0800)
commit5eb68520635d895bbd878abf29fdb66872cbe00e
tree9d0a1a35fabafb814dacdf550c25584e1e89ca67
parent115b834dcff0c0a3714c7251394db253d657623d
tools/coverity: Add models for av_mallocz and av_free

This should deal with some false positives, but might lead to
more of them depending on whether it realises that av_freep()
wraps av_free() or not.
tools/coverity.c