Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


fix potential overflow condition in VMX assist
[palacios.git] / linux_usr / v3_user_host_dev_example.c
index ea6cdc7..043811b 100644 (file)
@@ -17,7 +17,7 @@ void usage()
 int do_work(struct palacios_host_dev_host_request_response *req, 
            struct palacios_host_dev_host_request_response **resp)
 {
-    uint64_t datasize;
+    uint64_t datasize=0;
     
     //
     //