vppinfra: strstr_s_inline checks string unterminated wrong 31/34331/1
authorSteven Luong <sluong@cisco.com>
Wed, 3 Nov 2021 23:49:04 +0000 (16:49 -0700)
committerSteven Luong <sluong@cisco.com>
Wed, 3 Nov 2021 23:50:20 +0000 (16:50 -0700)
When checking whether s2 is unterminated, it uses s1max. It should
use s2max.

Type: fix
Fixes: b0598497afde60146fe8480331c9f96e7a79475a

Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: I8a0b8ceebc2dd18402a87274add528c3d085a95a


No differences found