From commits-return-97737-archive-asf-public=cust-asf.ponee.io@mxnet.incubator.apache.org Sun Aug 18 08:58:50 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9CAB6180608 for ; Sun, 18 Aug 2019 10:58:50 +0200 (CEST) Received: (qmail 39482 invoked by uid 500); 18 Aug 2019 08:58:50 -0000 Mailing-List: contact commits-help@mxnet.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mxnet.incubator.apache.org Delivered-To: mailing list commits@mxnet.incubator.apache.org Received: (qmail 39473 invoked by uid 99); 18 Aug 2019 08:58:50 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Aug 2019 08:58:50 +0000 From: GitBox To: commits@mxnet.apache.org Subject: [GitHub] [incubator-mxnet] hzfan opened a new pull request #15937: Fix illegal memory access bug in TBlob Message-ID: <156611872996.2641.12674073121214936235.gitbox@gitbox.apache.org> Date: Sun, 18 Aug 2019 08:58:49 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit hzfan opened a new pull request #15937: Fix illegal memory access bug in TBlob URL: https://github.com/apache/incubator-mxnet/pull/15937 ## Description ## Fix the illegal memory access bug in https://github.com/apache/incubator-mxnet/issues/15931#issue-481722026 ### Changes ### - Declare explicitly TBlob default copy constructor - Declare explicitly TBlob default assignment operator ## Comments ## - This is a backward incompatible change. I'm not sure if the modification of the default behavior of TBlob copy constructor and assignment operator will affect anything. Thank @yzhiliu and @reminisce for review and guidance. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services