Hello community,

here is the log from the commit of package hyper-v for openSUSE:Factory checked 
in at 2014-07-13 14:05:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hyper-v (Old)
 and      /work/SRC/openSUSE:Factory/.hyper-v.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hyper-v"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hyper-v/hyper-v.changes  2014-05-27 
11:51:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.hyper-v.new/hyper-v.changes     2014-07-13 
14:05:46.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul  1 17:32:30 CEST 2014 - oher...@suse.de
+
+- fix file overwriting of hv_fcopy_daemon
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ hyper-v.tools.hv.hv_fcopy_daemon.c ++++++
--- /var/tmp/diff_new_pack.gPmdSU/_old  2014-07-13 14:05:47.000000000 +0200
+++ /var/tmp/diff_new_pack.gPmdSU/_new  2014-07-13 14:05:47.000000000 +0200
@@ -88,7 +88,8 @@
                }
        }
 
-       target_fd = open(target_fname, O_RDWR | O_CREAT | O_CLOEXEC, 0744);
+       target_fd = open(target_fname,
+                        O_RDWR | O_CREAT | O_TRUNC | O_CLOEXEC, 0744);
        if (target_fd == -1) {
                syslog(LOG_INFO, "Open Failed: %s", strerror(errno));
                goto done;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to