snort: fix descriptor offset may be truncated if buffers num too large
Type: fix Signed-off-by: jiangxiaoming <jiangxiaoming@outlook.com> Change-Id: I9694f7d8aad8868b11e08fabe179fd51c14dfcdb
This commit is contained in:
committed by
Damjan Marion
parent
e13baaa788
commit
15eec552b5
@@ -67,7 +67,7 @@ typedef enum
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint32_t offset;
|
||||
uint64_t offset;
|
||||
uint16_t length;
|
||||
uint16_t address_space_id;
|
||||
uint8_t buffer_pool;
|
||||
|
||||
Reference in New Issue
Block a user