diff options
author | 2001-05-27 01:32:21 +0000 | |
---|---|---|
committer | 2001-05-27 01:32:21 +0000 | |
commit | da362406fb99b22da620186bd93363c66e787cc6 (patch) | |
tree | 9a4558a1b50b18a4f34463bf1003d8972da646f0 /sys/netinet/tcp_input.c | |
parent | New tags. (diff) | |
download | wireguard-openbsd-da362406fb99b22da620186bd93363c66e787cc6.tar.xz wireguard-openbsd-da362406fb99b22da620186bd93363c66e787cc6.zip |
Put back the fix for the possible leak and fix another bug
that the fix uncovered.
The tx descriptors were not initialized when allocated. The initialization
was done in fxp_init, but the first thing fxp_init does is to call fxp_stop
and fxp_stop expects the tx descriptors to be already initialized.
How did this ever work?
Diffstat (limited to 'sys/netinet/tcp_input.c')
0 files changed, 0 insertions, 0 deletions