]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/PackagingTool/RmPkg.py
Fixed memory leak and buffer overrun for string op-code.
[mirror_edk2.git] / BaseTools / Source / Python / PackagingTool / RmPkg.py
index e7eedd0776cb3b2906df721bc5944afe9478f23f..38908a331fb9c5ca8cbc960b1b6439ab66fd8651 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
@@ -206,7 +206,7 @@ def Main():
                     "\nRmPkg",\r
                     CODE_ERROR,\r
                     "Unknown fatal error when removing package",\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