genode/libports/src/lib/libc_lwip
Christian Prochaska b8d690b9aa libc_lwip: accept 'AF_INET' sockets only
lwIP only supports the 'AF_INET' domain, but doesn't check the 'domain'
argument of the 'lwip_socket()' function.

This patch avoids an error message from lwIP when the Arora browser
tries to connect a socket of the 'AF_LOCAL' domain.

Fixes #732.
2013-05-07 21:56:07 +02:00
..
init.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
plugin.cc libc_lwip: accept 'AF_INET' sockets only 2013-05-07 21:56:07 +02:00