libosmocore/src/ctrl
Holger Hans Peter Freyther 5fb265eaa7 ctrl: Avoid accessing cmd_desc->command out of bounds
We check that the amount of commands is not more than
we have but we don't check it the other way. It appears
that the vector is allowed to be bigger than the amount
of commands. So we match a prefix of a longer command
depending on the installation order.
2015-04-05 14:40:10 +02:00
..
Makefile.am ctrl: Link to libraries we use symbols from 2015-01-18 19:20:42 +01:00
control_cmd.c ctrl: Avoid accessing cmd_desc->command out of bounds 2015-04-05 14:40:10 +02:00
control_if.c libctrl: Include config.h so we can include netinet/tcp.h 2015-03-18 21:54:37 +01:00