[Bug 1001656] FreeBSD: add AF_PACKET socket familiy
bugzilla-daemon@bugs.ecos.sourceware.org
bugzilla-daemon@bugs.ecos.sourceware.org
Tue Jun 25 17:11:00 GMT 2013
Please do not reply to this email, use the link below.
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001656
Bernd Edlinger <bernd.edlinger@hotmail.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1937|0 |1
is obsolete| |
--- Comment #4 from Bernd Edlinger <bernd.edlinger@hotmail.de> ---
Created attachment 2268
--> http://bugs.ecos.sourceware.org/attachment.cgi?id=2268&action=edit
patch to implement packet sockets and various bug-fixes.
Hello,
my previus change introduced an unbalanced splnet/splx sequence in sosend().
this will be fixed with the attached update of the patch.
the only change is:
moved the splx in sosend() inside the do { } while loop.
- splx(s);
mp = ⊤
space -= clen;
do {
+ splx(s);
....
s = splnet(); /* XXX */
...
while (resid && space > 0);
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Ecos-patches
mailing list