TensorFlow: v1.7.1 Release

Release date:
May 4, 2018
Previous version:
v1.7.0 (released March 29, 2018)
Magnitude:
21,754 Diff Delta
Contributors:
57 total committers
Data confidence:
Commits:

90 Features Released with v1.7.1

Top Contributors in v1.7.1

tensorflower-gardener
case540
yk5
nfelt
anj-s
patrick-nguyen-13f7
skye
jvdillon
allenlavoie
alextp

Directory Browser for v1.7.1

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Release 1.7.1

Bug Fixes and Other Changes

  • Fixes the following potential security vulnerabilities:
    • The TensorFlow Lite TOCO compiler did not perform correct boundary checks when reading from some fields within TFLite files.
    • The block size in meta file could contain a large int64 value which causes an integer overflow upon addition. Subsequent code using n as index may cause an out-of-bounds read.
    • TensorFlow checkpoint meta file uses Google's [https://github.com/google/snappy](snappy) compression/decompression library. There is a memcpy-param-overlap issue in the version of snappy currently used by TensorFlow.
    • A maliciously crafted configuration file passed into the TensorFlow XLA compiler could cause an invalid memory access and/or a heap buffer overflow.