Bounds-check node ID before getting it's name (#18090)
authorThomas Bastiani <thom@codehawks.eu>
Fri, 6 Apr 2018 16:56:07 +0000 (17:56 +0100)
committerRasmus Munk Larsen <rmlarsen@google.com>
Fri, 6 Apr 2018 16:56:07 +0000 (09:56 -0700)
commit7535f6beb7ba95bf54e1513b0c2c51b844a7a49f
tree62217135791b8e850878822f144393eebc9efcd2
parentd82b2f71b60d5fff48884c20c7b85e517330e91f
Bounds-check node ID before getting it's name (#18090)

When the edge is either a frame enter or exit edge then
DescribeCycle() would segfault.
tensorflow/compiler/jit/mark_for_compilation_pass.cc