From: Denton Liu Date: Wed, 3 Apr 2019 22:00:06 +0000 (-0700) Subject: cocci: FLEX_ALLOC_MEM to FLEX_ALLOC_STR X-Git-Tag: v2.22.0-rc0~78^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0cf2b0a04bb9b48fb0d91f47ce5fd2ea436112c8?ds=sidebyside;hp=0cf2b0a04bb9b48fb0d91f47ce5fd2ea436112c8 cocci: FLEX_ALLOC_MEM to FLEX_ALLOC_STR Ensure that a FLEX_MALLOC_MEM that uses 'strlen' for its 'len' uses FLEX_ALLOC_STR instead, since these are equivalent forms. Signed-off-by: Denton Liu Signed-off-by: Junio C Hamano ---