kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

socket flags #574

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open socket 
2. Perform dup & close original fd
3. Struct socket contain reference to invalid struct idx_desc. It should 
reference to idx_desc_data, but some internal operation, e.g. tcp_v4_accept, 
are chained to idx_desc (using idx_desc->flags)

Original issue reported on code.google.com by drakon.m...@gmail.com on 27 Mar 2013 at 11:56

GoogleCodeExporter commented 9 years ago
tcp_accept fixes in r9285

Original comment by ki.stfu on 27 Mar 2013 at 4:48

GoogleCodeExporter commented 9 years ago
fixed by r9286

Original comment by ki.stfu on 27 Mar 2013 at 6:14