[Spice-devel] [vdagent-win PATCH 00/13] Miscellaneous minor patches for the Windows Agent

Frediano Ziglio fziglio at redhat.com
Mon May 28 08:57:53 UTC 2018


Includes:
- minor cleanups;
- project updates;
- warning removals;
- possible minor buffer overflows;
- code style updates.

Frediano Ziglio (13):
  vcproj: Remove reference to CxImage
  vcproj: Add some missing files
  Fix minor compiler compatibility
  Avoid unused variable warning
  msi: Do not generate deps.txt
  file_xfer: Remove FileXferTask structure alignment
  file_xfer: Remove too C syntax for C++
  file_xfer: Use destructor for FileXferTask
  file_xfer: Use shared_ptr to simplify memory management
  Minor overflow checks improvements
  Fix some minor buffer overflows reading registry informations
  Factor out an utility function to read strings from registry
  build: Base cmake support

 CMakeLists.txt                    |  48 ++++++++++++++
 Makefile.am                       |   8 +--
 spice-vdagent.wxs.in              |   4 --
 vdagent/display_configuration.cpp |   2 +-
 vdagent/display_setting.cpp       | 100 +++++++++++++++++-------------
 vdagent/file_xfer.cpp             |  48 ++++++--------
 vdagent/file_xfer.h               |  11 ++--
 vdagent/image.cpp                 |   4 ++
 vdagent/vdagent.cpp               |  13 +++-
 vdagent/vdagent.vcproj            |  28 ++++++---
 10 files changed, 167 insertions(+), 99 deletions(-)
 create mode 100644 CMakeLists.txt

-- 
2.17.0



More information about the Spice-devel mailing list