1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 11:55:55 +03:00
lvm2/libdaemon/client
Zdenek Kabelac 1ce21c19d5 va_list: properly pass va_list through functions
Code should not just pass va_list arg through the function
as args could be passed in many strange ways.
Use va_copy().

For details look in i.e.:

http://julipedia.meroh.net/2011/09/using-vacopy-to-safely-pass-ap.html
2014-09-16 11:42:40 +02:00
..
config-util.c libdaemon: header cleanup 2014-04-18 16:38:49 +02:00
config-util.h libdaemon: header cleanup 2014-04-18 16:38:49 +02:00
daemon-client.c va_list: properly pass va_list through functions 2014-09-16 11:42:40 +02:00
daemon-client.h libdaemon: header cleanup 2014-04-18 16:38:49 +02:00
daemon-io.c libdaemon: header cleanup 2014-04-18 16:38:49 +02:00
daemon-io.h libdaemon: header cleanup 2014-04-18 16:38:49 +02:00
Makefile.in libdaemon: Split daemon-shared.[hc] into daemon-io.[hc] and config-util.[hc]. 2012-09-26 17:26:23 +02:00