<div dir="ltr"><div><span style="font-family:verdana,sans-serif">Hi all,<br><br>I come across the following code in a kernel module code. It defines an array whose length is variant at runtime, depending on the actual inputs. It seems that kernel compiler supports this, which is obvious an error in the standard ANSI C. Do I have the correct understanding on it?</span><br></div><div><span style="font-family:georgia,serif"><br>Thank you.<br><br><br>u32 rxe_icrc_hdr(struct rxe_pkt_info *pkt, struct sk_buff *skb)<br>{<br>         ...<br>         int hdr_size = sizeof(struct udphdr) +<br>                 (skb-&gt;protocol == htons(ETH_P_IP) ?<br>                 sizeof(struct iphdr) : sizeof(struct ipv6hdr));<br>         u8 tmp[hdr_size + RXE_BTH_BYTES];<br>         ...<br>}</span><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><font face="verdana,sans-serif"><br>Cheers,</font></div>
<div><font face="Verdana"></font> </div>
<div><font face="verdana,sans-serif">Wenda Ni, Ph.D.</font><br></div><br></div></div></div>
</div></div>