update components/nstackx/fillp/src/fillp_lib/include/fillp/fillp.h.

Signed-off-by: Agrant <luojuheng@huawei.com>
This commit is contained in:
Agrant 2024-08-30 08:22:42 +00:00 committed by Gitee
parent c520db3417
commit 5b3f3188ed
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -386,7 +386,7 @@ typedef enum InnerfillpClientfourhandshakestateEnum {
#define FILLP_PKT_DISCONN_MSG_FLAG_IS_ACK(_flag) ((_flag)&FILLP_PKT_DISCONN_MSG_FLAG_ACK)
#define FILLP_PKT_DISCONN_MSG_FLAG_IS_VER(_flag) ((_flag) & FILLP_PKT_DISCONN_MSG_FLAG_VER)
#define IGNORE_OVERFLOW __attribute__((no_sanitize("unsigned-integer-overflow"))
#define IGNORE_OVERFLOW __attribute__((no_sanitize("unsigned-integer-overflow")))
IGNORE_OVERFLOW static __inline FILLP_INT FillpNumIsbigger(FILLP_UINT32 value1, FILLP_UINT32 value2)
{
return ((FILLP_INT32)(value1 - value2)) > 0;