Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Coverity: CID 739610 (#1 of 1): Incorrect sizeof expression (BAD_SIZEOF) Taking the size of pointer parameter "lower_border_ip" is suspicious. CID 739611 (#1 of 1): Incorrect sizeof expression (BAD_SIZEOF) Taking the size of pointer parameter "upper_border_ip" is suspicious. CID 739692 (#1 of 2): Wrong sizeof argument (SIZEOF_MISMATCH) Passing argument "lower_border_ip" of type "union olsr_ip_addr *" and argument "8UL /* sizeof (lower_border_ip) */" to function "memset(void *, int, size_t)" is suspicious. Did you intend to use "sizeof(*lower_border_ip)" instead of "sizeof (lower_border_ip)" ? CID 739692 (#2 of 2): Wrong sizeof argument (SIZEOF_MISMATCH) Passing argument "upper_border_ip" of type "union olsr_ip_addr *" and argument "8UL /* sizeof (upper_border_ip) */" to function "memset(void *, int, size_t)" is suspicious. Did you intend to use "sizeof(*upper_border_ip)" instead of "sizeof (upper_border_ip)" ? Signed-off-by: Henning Rogge <[email protected]>
- Loading branch information