Acked-by: Vladimir Medvedkin
On 7/23/2025 2:31 PM, David Marchand wrote:
Without an explicit type, ip_xor gets promoted to a int.
../lib/rib/rte_rib6.c:348:26: runtime error:
left shift of 130 by 24 places cannot be represented in type 'int'
Signed-off-by: David Marchand
---
lib/ri
On Wed, Jul 23, 2025 at 03:31:52PM +0200, David Marchand wrote:
> Without an explicit type, ip_xor gets promoted to a int.
>
> ../lib/rib/rte_rib6.c:348:26: runtime error:
> left shift of 130 by 24 places cannot be represented in type 'int'
>
> Signed-off-by: David Marchand
> ---
Acked-by:
Without an explicit type, ip_xor gets promoted to a int.
../lib/rib/rte_rib6.c:348:26: runtime error:
left shift of 130 by 24 places cannot be represented in type 'int'
Signed-off-by: David Marchand
---
lib/rib/rte_rib6.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
3 matches
Mail list logo