libosmocore/src
Pablo Neira Ayuso e04a14d9a2 socket: fix osmo_sock_init with SOCK_RAW and IPPROTO_RAW
getaddrinfo returns EAI_SERVICE (-8) if that combination is used.

More information available in here:

http://sourceware.org/bugzilla/show_bug.cgi?id=15015

Reported by Holger Hans Peter Freyther.

While at it, this patch also removes hints.ai_flags = 0 as memset
to zero already happened just a bit before that.
2013-01-15 20:06:39 +01:00
..
codec build: Don't use the deprecated INCLUDES in the various Makefile.am 2012-12-11 23:59:31 +01:00
gb Fix build on Cygwin 2013-01-12 15:10:58 +01:00
gsm lapd: Check in rslms_rx_rll() if lapdm context was initialized earlier 2012-12-26 10:48:01 +01:00
vty vty: Do better filtering of arguments, optional args particularly 2013-01-03 22:34:26 +01:00
Makefile.am build: Don't use the deprecated INCLUDES in the various Makefile.am 2012-12-11 23:59:31 +01:00
application.c doxygen: Add main page for all three libraries 2011-08-30 11:32:56 +02:00
backtrace.c backtrace: don't use fprintf, but printf (for osmocom-bb) 2012-09-08 22:00:13 +02:00
bits.c add some missing doxygen annotation for libosmocore functions 2013-01-11 09:43:32 +01:00
bitvec.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
conv.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
crc16.c crc: use namespace prefix osmo_* 2011-05-07 13:00:51 +02:00
crcXXgen.c.tpl doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
gsmtap_util.c add some missing doxygen annotation for libosmocore functions 2013-01-11 09:43:32 +01:00
logging.c add some missing doxygen annotation for libosmocore functions 2013-01-11 09:43:32 +01:00
logging_syslog.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
msgb.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
msgfile.c core: Fix missing include in msgfile.c for getline 2012-12-12 00:00:43 +01:00
panic.c add some missing doxygen annotation for libosmocore functions 2013-01-11 09:43:32 +01:00
plugin.c add some missing doxygen annotation for libosmocore functions 2013-01-11 09:43:32 +01:00
rate_ctr.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
rbtree.c core/rbtree: remove redundant if()-condition in rb_erase() 2011-11-12 23:23:35 +01:00
select.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
serial.c serial: don't set O_NDELAY, as it is more or less O_NONBLOCK 2012-08-03 10:48:22 +02:00
signal.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
socket.c socket: fix osmo_sock_init with SOCK_RAW and IPPROTO_RAW 2013-01-15 20:06:39 +01:00
statistics.c statistics: use namespace prefix osmo_counter* 2011-05-07 13:00:51 +02:00
talloc.c misc: Remove the sys/types.h include from various files 2011-04-18 16:57:04 +02:00
timer.c add some missing doxygen annotation for libosmocore functions 2013-01-11 09:43:32 +01:00
utils.c add some missing doxygen annotation for libosmocore functions 2013-01-11 09:43:32 +01:00
write_queue.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00