facebookarchive/caffe2

Segfaults if GivenTensorFill shape doesn't match actual floats

Open

#1,426 opened on 2017年11月3日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Shell (8,424 stars) (1,954 forks)batch import
bughelp wanted

説明

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

コントリビューターガイド