|
@@ -1382,9 +1382,9 @@ static long __tun_chr_ioctl(struct file *file, unsigned int cmd,
|
|
|
if (cmd == TUNSETIFF || _IOC_TYPE(cmd) == 0x89) {
|
|
|
if (copy_from_user(&ifr, argp, ifreq_len))
|
|
|
return -EFAULT;
|
|
|
- } else
|
|
|
+ } else {
|
|
|
memset(&ifr, 0, sizeof(ifr));
|
|
|
-
|
|
|
+ }
|
|
|
if (cmd == TUNGETFEATURES) {
|
|
|
/* Currently this just means: "what IFF flags are valid?".
|
|
|
* This is needed because we never checked for invalid flags on
|