facebookarchive/caffe2

Segfaults if GivenTensorFill shape doesn't match actual floats

Open

#1.426 aberto em 3 de nov. de 2017

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Shell (8.424 stars) (1.954 forks)batch import
bughelp wanted

Description

It shouldn't do that.

Repro steps:

  1. Make a GivenTensorFill. Set its shape to something big, give it only one value in floats
  2. Run it

Expected result: validation failure Actual result: segfault

Guia do colaborador