Branch: refs/heads/master
Home: https://github.com/Linaro/odp
Commit: 97b7d50af6b7239db03d941e4816f4da98ab9449
https://github.com/Linaro/odp/commit/97b7d50af6b7239db03d941e4816f4da98ab9449
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-03-16 (Thu, 16 Mar 2017)
Changed paths:
M platform/linux-generic/odp_pool.c
Log Message:
-----------
linux-generic: pool: don't allocate buffers from invalid pool
Add ODP_ASSERT checking that passed pool is not ODP_POOL_INVALID before
tring to allocate buffers from that pool.
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>