lutoma / xelix

💻⚙ Xelix is a hobby Unix-like kernel with GNU userland for x86
https://xelix.org
GNU General Public License v3.0
61 stars 6 forks source link

Array index out of bounds #89

Open ZanyXDev opened 4 years ago

ZanyXDev commented 4 years ago

In the net.c log(LOG_INFO, "net: New device %s mac %02x:%02x:%02x:%02x:%02x:%02x\n", name, mac[0], mac[1], mac[2], mac[3], mac[4], mac[5], mac[6]);

(error) Array 'mac[6]' accessed at index 6, which is out of bounds.