]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/PackagingTool/InstallPkg.py
Fixed memory leak and buffer overrun for string op-code.
[mirror_edk2.git] / BaseTools / Source / Python / PackagingTool / InstallPkg.py
index 963a654ea1ba6a0b76b1688334c339141a56d68e..8e4d45da21c2a8f04b5faa34e2b2f0b3953a6f3c 100644 (file)
@@ -1,8 +1,8 @@
 ## @file\r
 # Install distribution package.\r
 #\r
-# Copyright (c) 2007, Intel Corporation\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
+# This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
 # http://opensource.org/licenses/bsd-license.php\r
@@ -288,7 +288,7 @@ def Main():
                     "\nInstallPkg",\r
                     CODE_ERROR,\r
                     "Unknown fatal error when installing [%s]" % Options.PackageFile,\r
-                    ExtraData="\n(Please send email to dev@buildtools.tianocore.org for help, attaching following call stack trace!)\n",\r
+                    ExtraData="\n(Please send email to edk2-buildtools-devel@lists.sourceforge.net for help, attaching following call stack trace!)\n",\r
                     RaiseError=False\r
                     )\r
         EdkLogger.quiet("(Python %s on %s) " % (platform.python_version(), sys.platform) + traceback.format_exc())\r