~n-muench/ubuntu/precise/open-vm-tools/open-vm-tools.raring-precise.backport

« back to all changes in this revision

Viewing changes to services/plugins/vix/vixPlugin.c

  • Committer: Nate Muench
  • Date: 2013-06-07 19:36:13 UTC
  • mfrom: (1.4.7)
  • Revision ID: nowiwilldestroyabydos@gmail.com-20130607193613-kctd63r2cs35g2ms
Tags: 2012.12.26-958366-0ubuntu1
* Merging upstream version 2012.12.26-958366.
  - Adds support for 3.5 Kernels (LP: #1083719)
* Adding patch from Mathias Krause <minipli@googlemail.com> to fix
  kernel stack memory leack in vsock module [CVE-2013-3237].

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include "vmware/tools/utils.h"
34
34
 
35
35
#if !defined(__APPLE__)
 
36
#include "vm_version.h"
36
37
#include "embed_version.h"
37
38
#include "vmtoolsd_version.h"
38
39
VM_EMBED_VERSION(VMTOOLSD_VERSION_STRING);