mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 06:55:13 +00:00
Added lock in ifr ioctl calls.
This commit is contained in:
parent
9cb17841d8
commit
9bc47ecdce
1 changed files with 4 additions and 0 deletions
|
|
@ -641,6 +641,8 @@ static int netdev_ifr_ioctl(FAR struct socket *psock, int cmd,
|
|||
|
||||
ninfo("cmd: %d\n", cmd);
|
||||
|
||||
net_lock();
|
||||
|
||||
/* Execute the command */
|
||||
|
||||
switch (cmd)
|
||||
|
|
@ -1139,6 +1141,8 @@ static int netdev_ifr_ioctl(FAR struct socket *psock, int cmd,
|
|||
break;
|
||||
}
|
||||
|
||||
net_unlock();
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue