qemu-e2k/qga
Marc-André Lureau 895b00f62a qga: flush explicitly when needed
According to the specification:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/fopen.html

"the application shall ensure that output is not directly followed by
input without an intervening call to fflush() or to a file positioning
function (fseek(), fsetpos(), or rewind()), and input is not directly
followed by output without an intervening call to a file positioning
function, unless the input operation encounters end-of-file."

Without this change, an fwrite() followed by an fread() may lose the
previously written content, as shown in the following test.

Fixes:
https://bugzilla.redhat.com/show_bug.cgi?id=1210246

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
* don't confuse {write,read}() with f{write,read}() in
  commit msg (Laszlo)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
2015-11-25 17:56:31 -06:00
..
installer qga: gspawn() console helper to Windows guest agent msi build 2015-11-25 10:21:55 -06:00
vss-win32 error: On abort, report where the error was created 2015-09-10 13:48:06 +02:00
Makefile.objs qemu-ga: Call Windows VSS requester in fsfreeze command handler 2013-09-09 14:17:57 -05:00
channel-posix.c qga: handle G_IO_STATUS_AGAIN in ga_channel_write_all() 2015-10-19 18:31:54 -05:00
channel-win32.c qga: fix uninitialized value warning for win32 2015-10-19 18:31:54 -05:00
channel.h qemu-ga: move channel/transport functionality into wrapper class 2012-02-23 15:40:16 -06:00
commands-posix.c qga: flush explicitly when needed 2015-11-25 17:56:31 -06:00
commands-win32.c qga: fix append file open modes for win32 2015-11-11 10:21:02 -06:00
commands.c qga: allow to lookup in PATH from the passed envp for guest-exec 2015-11-17 16:24:18 -06:00
guest-agent-command-state.c qga: Use g_new() & friends where that makes obvious sense 2015-10-19 18:28:06 -05:00
guest-agent-core.h qga: Disable unsupported commands by default 2014-08-07 17:15:53 -05:00
main.c qdict: Make conversion from QObject * accept null 2015-10-29 14:34:45 +01:00
qapi-schema.json qga: guest-exec simple stdin/stdout/stderr redirection 2015-10-19 18:31:54 -05:00
service-win32.c qga: escape cmdline args when registering win32 service (CVE-2013-2231) 2013-07-25 14:49:04 -05:00
service-win32.h qga: save state directory in ga_install_service() 2013-05-30 11:37:37 -05:00
vss-win32.c error: On abort, report where the error was created 2015-09-10 13:48:06 +02:00
vss-win32.h qga: Consistently name Error ** objects errp, and not err 2014-05-09 09:11:26 -04:00