ciyongch commented on issue #15992: Out of bounds access in req vector in MKLDNN
URL: 
https://github.com/apache/incubator-mxnet/issues/15992#issuecomment-524622415
 
 
   @larroy I've created a PR 
https://github.com/apache/incubator-mxnet/pull/16000 to fix this bug. The 
reason of CI not catching this is: STL vector dosen't check for `[]` operator, 
while `at()` does.
   I checked the `new_req` in the code, and seems it's not necessary, so it 
could be removed and use original `req` instead.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to