Eliminate crash on a 'no error' return from DecodeGif when parsing an invalid
authorDavid G. Andersen <dga@google.com>
Tue, 30 Jan 2018 20:06:40 +0000 (12:06 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 30 Jan 2018 21:13:12 +0000 (13:13 -0800)
commitc48431588e7cf8aff61d4c299231e3e925144df8
tree38cdf1184776bcf0184366327f34fc8c66cccf4c
parent9eea6fa72a90b0b16b554ff23185e0365c2a6f48
Eliminate crash on a 'no error' return from DecodeGif when parsing an invalid
gif.  (Previous code tried to strcat a null).

PiperOrigin-RevId: 183870288
tensorflow/core/lib/gif/gif_io.cc