mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-23 19:14:30 +08:00
bfd862a7e9
'$cin' and '$sin' variables are local to a function: they are then not
available from the cleanup trap.
Instead, we need to use '$large' and '$small' that are not local and
defined just before setting the trap.
Without this patch, running this script in a loop might cause a:
write: No space left on device
issue.
Fixes:
|
||
---|---|---|
.. | ||
.gitignore | ||
config | ||
diag.sh | ||
Makefile | ||
mptcp_connect.c | ||
mptcp_connect.sh | ||
mptcp_join.sh | ||
mptcp_sockopt.sh | ||
pm_netlink.sh | ||
pm_nl_ctl.c | ||
settings | ||
simult_flows.sh |