Xueming Li 90f538b863 malloc: fix realloc padded element size
When resize a memory with next element, the original element size grows.
If the orginal element has padding, the real inner element size didn't
grow as well and this causes trailer verification failure when malloc
debug enabled.

Fixes: af75078fece3 ("first public release")
Cc: stable@dpdk.org

Signed-off-by: Xueming Li <xuemingl@mellanox.com>
Reviewed-by: Anatoly Burakov <anatoly.burakov@intel.com>
2019-11-20 14:08:39 +01:00
..
2019-07-05 15:28:14 +02:00
2019-07-19 00:48:43 +02:00
2019-11-19 22:03:38 +01:00
2019-11-19 22:03:38 +01:00
2019-11-06 00:09:48 +01:00
2019-10-25 18:07:37 +02:00
2019-10-27 22:03:06 +01:00
2019-07-04 23:44:58 +02:00
2019-11-19 22:03:27 +01:00