taliesinb opened a new pull request #13376: Fix incorrect delete in 
MXExecutorReshape exception handling
URL: https://github.com/apache/incubator-mxnet/pull/13376
 
 
   MXExecutorReshape makes a very obvious and simple error in its cleanup code, 
which is that it deletes the location of the out pointer rather the pointed-to 
executor. It also does this deletion even if the out pointer was not set, so it 
could delete a nullptr or other garbage value. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to