mirror_corosync/exec
Steven Dake 005b9af59d When a message is retransmitted, a memmove operation is done to remove the
newly retransmitted entry from the list.  It is possible this memmove operation
can buffer overflow because it has an invalid length calculation fixed by this
revision.


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2794 fd59a12c-fef9-0310-b244-a6a79926bd2f
2010-04-30 05:15:41 +00:00
..
apidef.c Add schedwrk_create_nolock function 2010-01-22 09:45:29 +00:00
apidef.h remove empty lines at end-of-file 2009-04-22 08:04:06 +00:00
coroipcs.c Handle some valgrind errors 2010-04-23 08:03:05 +00:00
coroparse.c convert strerror() into strerror_r() 2010-02-25 19:28:36 +00:00
coropoll.c Allow modifying POLLIN/POLLOUT state in another thread while the main thread 2010-04-02 19:16:23 +00:00
crypto.c remove empty lines at end-of-file 2009-04-22 08:04:06 +00:00
crypto.h remove all trailing blanks 2009-04-22 08:03:55 +00:00
evil.c pass transitional members into the sync_init() callbacks. 2010-02-04 00:18:51 +00:00
evil.h Follow synchronization model of event service so corosync without openais 2009-06-28 04:50:18 +00:00
logsys.c Handle some valgrind errors 2010-04-23 08:03:05 +00:00
main.c Handle some valgrind errors 2010-04-23 08:03:05 +00:00
main.h Export poll handle via coroapi.h. 2009-06-29 23:24:24 +00:00
mainconfig.c convert giduid calls to reentrant versions. 2010-02-25 19:29:49 +00:00
mainconfig.h Add compatability option in config file. Defaults to whitetank. 2009-06-26 00:25:52 +00:00
Makefile.am Fix code coverage with lcrso's 2010-03-24 22:14:25 +00:00
objdb.c Handle some valgrind errors 2010-04-23 08:03:05 +00:00
quorum.c don't include <signal.h> when it's not used 2009-05-18 16:41:46 +00:00
quorum.h quorum.h (quorum_set_quorate_fn_t): make first param const 2009-04-08 06:43:03 +00:00
schedwrk.c Add schedwrk_create_nolock function 2010-01-22 09:45:29 +00:00
schedwrk.h Add schedwrk_create_nolock function 2010-01-22 09:45:29 +00:00
service.c Fix unloading of evs (service id == 0) 2010-03-24 22:16:32 +00:00
service.h Fix corosync shutdown process 2010-02-16 11:29:14 +00:00
sync.c pass transitional members into the sync_init() callbacks. 2010-02-04 00:18:51 +00:00
sync.h pass transitional members into the sync_init() callbacks. 2010-02-04 00:18:51 +00:00
syncv2.c When sync is aborted clear the "my_ring_id" variable. 2010-04-12 19:51:38 +00:00
syncv2.h pass transitional members into the sync_init() callbacks. 2010-02-04 00:18:51 +00:00
timer.c Add tests for posix scheduling apis to configure.ac and use them to determine 2009-06-21 16:33:25 +00:00
timer.h Support for monotime timer 2009-07-27 10:12:55 +00:00
tlist.h Support for systems where clock_gettime is not available 2009-08-03 08:11:53 +00:00
totemconfig.c Fix a couple of small bugs that happen when the configuration is reloaded. 2010-03-16 09:53:18 +00:00
totemconfig.h remove all trailing blanks 2009-04-22 08:03:55 +00:00
totemiba.c Totem IBA implementation. 2009-09-25 06:23:04 +00:00
totemiba.h Totem IBA implementation. 2009-09-25 06:23:04 +00:00
totemip.c Generate nodeid value when unset on BSD 2010-01-11 10:12:17 +00:00
totemmrp.c Rename totem_new_msg_signal() to something more generic. 2009-11-29 18:42:00 +00:00
totemmrp.h Rename totem_new_msg_signal() to something more generic. 2009-11-29 18:42:00 +00:00
totemnet.c Totem IBA implementation. 2009-09-25 06:23:04 +00:00
totemnet.h Add a target token set completed callback in totemrrp and below layers. 2009-07-27 00:29:32 +00:00
totempg.c Rename totem_new_msg_signal() to something more generic. 2009-11-29 18:42:00 +00:00
totemrrp.c Add notification when totem has completed initialization. 2009-07-27 02:00:05 +00:00
totemrrp.h Add a target token set completed callback in totemrrp and below layers. 2009-07-27 00:29:32 +00:00
totemsrp.c When a message is retransmitted, a memmove operation is done to remove the 2010-04-30 05:15:41 +00:00
totemsrp.h Rename totem_new_msg_signal() to something more generic. 2009-11-29 18:42:00 +00:00
totemudp.c Totemudp: Add debug logs when a call to sendmsg() fails 2010-03-26 13:54:42 +00:00
totemudp.h Totem IBA implementation. 2009-09-25 06:23:04 +00:00
tsafe.c add a list of member nodes into the objdb runtime tree. 2010-03-09 22:04:06 +00:00
tsafe.h Add tsafe (thread safe) file to catch unsafe function calls. 2010-03-03 01:27:37 +00:00
util.c Fix lockup that occurs rarely with pthread_join() is called in atexit() 2010-03-22 22:07:01 +00:00
util.h Make corosync exit with 0 normally and +1.. on error. 2010-03-25 00:58:14 +00:00
vsf_quorum.c Reduce the number of times the quorum message is displayed. 2010-02-26 15:30:38 +00:00
vsf_ykd.c Fix a crash in YKD 2010-04-20 07:27:14 +00:00
vsf.h remove all trailing blanks 2009-04-22 08:03:55 +00:00
wthread.c Rename queue datastructure to cs_queue data structure because some fail 2009-06-07 00:47:56 +00:00
wthread.h remove all trailing blanks 2009-04-22 08:03:55 +00:00