zephyr/samples
Michael Scott f6255a78ae samples: net: irc_bot: fix null pointer deref
samples/net/irc_bot/src/irc-bot.c:368:36:
warning: 'c' may be used uninitialized in this function
[-Wmaybe-uninitialized]
  for (cc = &chan->irc->chans, c = c->irc->chans;
                                   ^
As suggested by Leandro Pereira <leandro.pereira@intel.com>
adjusted to:
  for (cc = &chan->irc->chans, c = chan->irc->chans;

Change-Id: Icd490059e0b97f95408dd7bad3f1783a215c5edb
Signed-off-by: Michael Scott <michael.scott@linaro.org>
2017-02-03 15:59:16 +02:00
..
basic doc: fix .rst files canonical heading order 2017-01-20 16:06:36 -08:00
bluetooth net: correct in*_addr parameter of net_addr_pton() 2017-02-03 15:59:13 +02:00
drivers
environmental_sensing doc: fix wiki board reference back to web page 2017-01-26 23:06:04 +00:00
grove doc: fix .rst files canonical heading order 2017-01-20 16:06:36 -08:00
hello_world doc: fix .rst files canonical heading order 2017-01-20 16:06:36 -08:00
ipm
legacy
logger-hook
net samples: net: irc_bot: fix null pointer deref 2017-02-03 15:59:16 +02:00
nfc/nfc_hello
philosophers samples: philosophers: adjust stack size and build by sanitycheck 2017-02-02 14:44:46 +00:00
power samples: power_mgmt: Convert README to RST format 2017-01-23 15:32:41 -08:00
sensor sensor: use SENSOR_CHAN_*_XYZ instead of SENSOR_CHAN_*_ANY 2017-01-27 19:07:17 +00:00
shell
static_lib
synchronization doc: fix .rst files canonical heading order 2017-01-20 16:06:36 -08:00
testing
usb samples: webusb: fix type of bytes_read 2017-01-30 12:01:49 +00:00
advanced.rst
kernel.rst
samples.rst Bluetooth: Move Bluetooth docs to rst 2017-01-24 17:58:59 +00:00