datapath: Fix buffer overrun in mask array realloc.
authorPravin B Shelar <pshelar@nicira.com>
Fri, 25 Jul 2014 23:22:46 +0000 (16:22 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Fri, 25 Jul 2014 23:37:32 +0000 (16:37 -0700)
commit02386a4c5c67b5e8f946a02b8773244d024a1cc5
treea8dc5f1ab41d06a83ea9549298ae646f60b64f1d
parent6b31e07347ad28db9031cc00efbc30a553653517
datapath: Fix buffer overrun in mask array realloc.

mask realloc copies elements from old array to new array. When
shrinking array it can go beyond allocated memory.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
datapath/flow_table.c