facebookarchive/caffe2

Segfaults if GivenTensorFill shape doesn't match actual floats

Open

#1,426 opened on Nov 3, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Shell (1,954 forks)batch import
bughelp wanted

Repository metrics

Stars
 (8,424 stars)
PR merge metrics
 (No merged PRs in 30d)

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

Contributor guide