]> rtime.felk.cvut.cz Git - ulut.git/commit
Use va_copy if va_list is used twice, else bad things happen on X86_64 systems.
authorppisa <ppisa>
Mon, 20 Oct 2008 08:41:51 +0000 (08:41 +0000)
committerppisa <ppisa>
Mon, 20 Oct 2008 08:41:51 +0000 (08:41 +0000)
commit61a161fa33e4387e83298a408e3e4065030a97bc
tree923b841bb2034634e910994568c8e955b2a36f2d
parent716e5b9b0220d6e486cdc984cf4c3b4c5fb6eb91
Use va_copy if va_list is used twice, else bad things happen on X86_64 systems.

The arguments pointer is eaten by its use in destination function
and it is unusable next time. The separate copy has to be used for each call.
ulut/ul_evcbase.c