/bugzilla3/
Bugzilla – Bug 1405
xen-3.3.x sandbox violation
Last modified: 2009-01-12 14:28:09 CST
The file tools/ioemu-qemu-xen/xen-setup in the release tarballs (I believe from the qemu-xen-unstable repo, see URL for probable original commit) uses $target before it is initialized, resulting in an attempt to remove /Makefile and /config.mak. It is present in both the 3.3.0 and 3.3.1 releases and likely any since 2008/05/29. This causes systems that sandbox the build process to error out and complain of access violations. Since the variable is not exported, it should be a trivial fix.
Created attachment 831 [details] Proposed patch to fix Untested 2-line patch against the 3.3.1 release tarball.