numam-dpdk/lib
Jan Blunck 408a082c4a log: fix crash after dump
In rte_log_dump_history() the log_history list is reinitialized without
resetting the log_history_size. In the next call to rte_log_add_in_history()
the log_history_size > RTE_LOG_HISTORY and the code unconditionally tries
to remove the first entry:

Program received signal SIGSEGV, Segmentation fault.
rte_log_add_in_history (
    buf=buf@entry=0x7f02035cd000 "[snip]\n", size=size@entry=86)
    at /usr/src/packages/BUILD/lib/librte_eal/common/eal_common_log.c:122

Signed-off-by: Jan Blunck <jblunck@infradead.org>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
2015-06-22 18:46:46 +02:00
..
librte_acl acl: remove unused code 2015-06-18 18:09:46 +02:00
librte_cfgfile mk: add library version extension 2015-02-03 16:56:58 +01:00
librte_cmdline lib: fix whitespace 2015-06-12 11:10:10 +02:00
librte_compat lib: fix whitespace 2015-06-12 11:10:10 +02:00
librte_distributor distributor: remove inclusion of mbuf header 2015-05-11 15:36:37 +02:00
librte_eal log: fix crash after dump 2015-06-22 18:46:46 +02:00
librte_ether doc: fix doxygen warnings 2015-06-19 12:11:53 +02:00
librte_hash hash: fix typo in jhash comments 2015-06-16 12:19:20 +02:00
librte_ip_frag ip_frag: fix build with gcc 5.1 2015-06-02 18:24:28 +02:00
librte_ivshmem ivshmem: fix crash in corner case 2015-06-22 18:39:40 +02:00
librte_jobstats jobstats: new library 2015-02-24 22:12:35 +01:00
librte_kni kni: ignore double initialization 2015-06-22 18:39:40 +02:00
librte_kvargs kvargs: fix freeing behaviour for null 2015-03-04 11:19:37 +01:00
librte_lpm lib: fix whitespace 2015-06-12 11:10:10 +02:00
librte_malloc lib: fix whitespace 2015-06-12 11:10:10 +02:00
librte_mbuf mbuf: optimize refcnt update 2015-06-12 16:16:50 +02:00
librte_mempool mempool: fix style 2015-06-19 23:37:21 +02:00
librte_meter doc: fix doxygen warnings in QoS API 2015-06-18 14:53:58 +02:00
librte_net net: remove unneeded include 2015-04-23 15:11:12 +02:00
librte_pipeline pipeline: remove inclusion of mbuf header 2015-05-11 15:36:37 +02:00
librte_port port: add ring writer nodrop 2015-06-18 16:41:13 +02:00
librte_power doc: fix doxygen warnings 2015-06-19 12:11:53 +02:00
librte_reorder tailq: move to dynamic tailq 2015-03-10 12:06:08 +01:00
librte_ring tailq: move to dynamic tailq 2015-03-10 12:06:08 +01:00
librte_sched doc: fix doxygen warnings in QoS API 2015-06-18 14:53:58 +02:00
librte_table table: remove inclusion of mbuf header 2015-05-11 15:36:37 +02:00
librte_timer tailq: remove unneeded inclusions 2015-03-10 11:47:46 +01:00
librte_vhost doc: fix doxygen warnings in vhost API 2015-06-19 12:11:53 +02:00
Makefile xenvirt: move drivers/net/ 2015-05-22 16:06:23 +02:00