Zhongqiu Duan <dzq.aishenghu0@xxxxxxxxx> wrote: > static const char *ctkey2str(uint32_t ctkey) > { > - if (ctkey >= NFT_CT_MAX) > + if (ctkey > NFT_CT_MAX) Indeed, NFT_CT_MAX is last valid index. Applied, thanks.
Zhongqiu Duan <dzq.aishenghu0@xxxxxxxxx> wrote: > static const char *ctkey2str(uint32_t ctkey) > { > - if (ctkey >= NFT_CT_MAX) > + if (ctkey > NFT_CT_MAX) Indeed, NFT_CT_MAX is last valid index. Applied, thanks.
![]() |