tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Linux ioctl emulation



I'm getting a panic in compat_ifioctl() in if_43.c when a linux binary
makes an ioctl(fd, SIOCGIFBRDADDR, &data ) call.

In this code at the end of the function oifr is NULL.

        if (cmd != ocmd)
                ifreqn2o(oifr, ifr);

Robert Swindells


Home | Main Index | Thread Index | Old Index