Mellanox / libxlio

Other
32 stars 18 forks source link

issue: 3928407 Remove VLAs #142

Open pasis opened 3 months ago

pasis commented 3 months ago

TODO Complete removal from sock-redirect.cpp and sockinfo_tcp.cpp

Description

clang-18 generates a warning that VLA is a clang extension.

What

Remove VLAs.

Why ?

Fix clang-18 build.

Change type

What kind of change does this PR introduce?

Check list