libosmocore/src
Neels Hofmeyr 4b7c791e15 gsm: make osmo_imsi_str_valid() NULL-safe
No callers that would pass NULL exist, but let's check against NULL from the
start.

Fixup for recent change I1e94f5b0717b947d2a7a7d36bacdf04a75cb3522.

Change-Id: I111fbf29228929f2cd6ffa06bcb1f69da223224e
2017-10-10 14:38:10 +00:00
..
codec doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
coding Makefile.am: fix missing LTLDFLAGS for libosmocoding 2017-08-31 17:53:04 +07:00
ctrl vty: install 'exit', 'end',... commands on *all* nodes 2017-09-27 14:04:09 +00:00
gb vty: install 'exit', 'end',... commands on *all* nodes 2017-09-27 14:04:09 +00:00
gsm gsm: make osmo_imsi_str_valid() NULL-safe 2017-10-10 14:38:10 +00:00
pseudotalloc doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
sim doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
vty vty: install 'exit', 'end',... commands on *all* nodes 2017-09-27 14:04:09 +00:00
Makefile.am Add pseudo-random bit sequence generator to libosmcoore 2017-07-10 23:42:02 +02:00
application.c doxygen: adjust copyright to include 2017 2017-09-28 19:41:57 +02:00
backtrace.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
bitcomp.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
bits.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
bitvec.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
conv.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
conv_acc.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
conv_acc_generic.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
conv_acc_sse.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
conv_acc_sse_avx.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
conv_acc_sse_impl.h Ensure __always_inline is defined on operating systems that don't have it 2017-10-09 11:00:56 +08:00
crc16.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
crcXXgen.c.tpl doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
fsm.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
gsmtap_util.c chantype_rsl2gsmtap/gsmtap2rsl: Fix PDCH channel type conversion 2017-07-28 21:26:10 +00:00
logging.c add DLMGCP logging category for libosmo-mgcp 2017-07-18 10:47:56 +00:00
logging_gsmtap.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
logging_syslog.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
loggingrb.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
macaddr.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
msgb.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
msgfile.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
panic.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
plugin.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
prbs.c Add pseudo-random bit sequence generator to libosmcoore 2017-07-10 23:42:02 +02:00
prim.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
rate_ctr.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
rbtree.c fix FSF address in sources/headers 2015-11-12 13:46:05 +01:00
select.c add osmo_fd_setup() convenience function to fill-in osmo_fd 2017-08-12 11:43:14 +02:00
sercomm.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
serial.c serial.c: Use pragma message instead of warning 2017-06-23 11:06:37 +02:00
signal.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
socket.c osmo_sock_init2(): Fix creation of non-bound sockets 2017-07-21 16:53:46 +02:00
stat_item.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
statistics.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
stats.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
stats_statsd.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
strrb.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
timer.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
timer_gettimeofday.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
utils.c utils: add osmo_is_hexstr(), add unit test 2017-10-09 16:30:45 +02:00
write_queue.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00