coverity 83683 shift greater than 31 technically undefined
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
e4d6f1c116
commit
56686d784c
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ struct ping {
|
|||
};
|
||||
|
||||
struct per_session_data__ping {
|
||||
unsigned long ping_index;
|
||||
uint64_t ping_index;
|
||||
|
||||
struct ping ringbuffer[PING_RINGBUFFER_SIZE];
|
||||
int ringbuffer_head;
|
||||
|
|
Loading…
Add table
Reference in a new issue