commit_msg
stringlengths 1
24.2k
| commit_hash
stringlengths 2
84
⌀ | project
stringlengths 2
40
| source
stringclasses 4
values | labels
int64 0
1
| repo_url
stringlengths 26
70
⌀ | commit_url
stringlengths 74
118
⌀ | commit_date
stringlengths 25
25
⌀ |
---|---|---|---|---|---|---|---|
Fix `tf.raw_ops.RaggedTensorToTensor` failing CHECK.
PiperOrigin-RevId: 368706628
Change-Id: I5c9ea4833f38835ee183ca50d63251dc89c9f3bc | b761c9b652af2107cfbc33efd19be0ce41daa33e | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/b761c9b652af2107cfbc33efd19be0ce41daa33e | 2021-04-15 13:36:54-07:00 |
Validate `MatrixDiagV{2,3}` arguments to prevent breakage.
PiperOrigin-RevId: 369056033
Change-Id: Ic2018c297d3dd6f252dc1dd3667f1ed5cb1eaa42 | a7116dd3913c4a4afd2a3a938573aa7c785fdfc6 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/a7116dd3913c4a4afd2a3a938573aa7c785fdfc6 | 2021-04-17 21:03:20-07:00 |
Fix 2 issues with `Conv3D`.
We have an issue where the dimensions are not matching and this causes Eigen to crash on an assert.
Then, we have an issue where we accidentally do a division by 0.
PiperOrigin-RevId: 369242785
Change-Id: Ie94067b2d41f58699af99ebb5af335ad9defd931 | 799f835a3dfa00a4d852defa29b15841eea9d64f | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/799f835a3dfa00a4d852defa29b15841eea9d64f | 2021-04-19 10:01:00-07:00 |
Handle a special grappler case resulting in crash.
It might happen that a malformed input could be used to trick Grappler into trying to optimize a node with no inputs. This, in turn, would produce a null pointer dereference and a segfault.
PiperOrigin-RevId: 369242852
Change-Id: I2e5cbe7aec243d34a6d60220ac8ac9b16f136f6b | e6340f0665d53716ef3197ada88936c2a5f7a2d3 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/e6340f0665d53716ef3197ada88936c2a5f7a2d3 | 2021-04-19 10:06:46-07:00 |
Fix the segfault in `tf.raw_ops.SparseCountSparseOutput`.
PiperOrigin-RevId: 369264941
Change-Id: I23a96a15b8370c01ee21ba3841e1c7dcbf55e93d | c57c0b9f3a4f8684f3489dd9a9ec627ad8b599f5 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/c57c0b9f3a4f8684f3489dd9a9ec627ad8b599f5 | 2021-04-19 11:41:07-07:00 |
Validate some shape requirements for `Conv3DBackpropFilter*` and `Conv3DBackpropInput*` ops.
Older versions of Eigen might otherwise crash / produce OOB read on specially crafted inputs.
PiperOrigin-RevId: 369293977
Change-Id: I58f51445a93936d7cf8e616f75de17677df36718 | 8f37b52e1320d8d72a9529b2468277791a261197 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/8f37b52e1320d8d72a9529b2468277791a261197 | 2021-04-19 13:50:28-07:00 |
Eliminate a division by 0 in 3D convolutions.
Also prevent a CHECK failed introduced in the most recent change.
PiperOrigin-RevId: 369322073
Change-Id: I4f609c028f89565fb2b49c3fdd20b63496582bae | 311403edbc9816df80274bd1ea8b3c0c0f22c3fa | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/311403edbc9816df80274bd1ea8b3c0c0f22c3fa | 2021-04-19 16:08:18-07:00 |
Prevent another division by zero.
PiperOrigin-RevId: 369338598
Change-Id: I55471d363e401fdcf8d259670ad4eef672b731e2 | fca9874a9b42a2134f907d2fb46ab774a831404a | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/fca9874a9b42a2134f907d2fb46ab774a831404a | 2021-04-19 17:52:55-07:00 |
Prevent yet another division by zero
PiperOrigin-RevId: 369343977
Change-Id: I1a60da4cf512e60fd91e069c16e026544632fe7f | 2be2cdf3a123e231b16f766aa0e27d56b4606535 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/2be2cdf3a123e231b16f766aa0e27d56b4606535 | 2021-04-19 18:37:33-07:00 |
Fix one more FPE.
PiperOrigin-RevId: 369346568
Change-Id: I840fd575962adc879713a4c9cc59e6da3331caa7 | b12aa1d44352de21d1a6faaf04172d8c2508b42b | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/b12aa1d44352de21d1a6faaf04172d8c2508b42b | 2021-04-19 18:48:47-07:00 |
Fix one FPE and remove two CHECK-fails.
PiperOrigin-RevId: 369349640
Change-Id: I1fedbfc2b5bab635c5cb51f103d7c9176f79831a | cfa91be9863a91d5105a3b4941096044ab32036b | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/cfa91be9863a91d5105a3b4941096044ab32036b | 2021-04-19 19:10:26-07:00 |
Fix one division by zero
PiperOrigin-RevId: 369474832
Change-Id: I1082858ed78d9b2e4738ce30b231955973d49e1e | a1b11d2fdd1e51bfe18bb1ede804f60abfa92da6 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/a1b11d2fdd1e51bfe18bb1ede804f60abfa92da6 | 2021-04-20 10:58:05-07:00 |
Fix overflow CHECK issue with `tf.raw_ops.AddManySparseToTensorsMap`.
PiperOrigin-RevId: 369492969
Change-Id: I1d70d6c0c92e3d7a25bc3b3aa2a0c0ac9688bf81 | 69c68ecbb24dff3fa0e46da0d16c821a2dd22d7c | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/69c68ecbb24dff3fa0e46da0d16c821a2dd22d7c | 2021-04-20 12:24:04-07:00 |
Remove `OP_REQUIRES` call from helper function.
Since `OP_REQUIRES` macro expands to a `return;` (among other), calling it in a helper function only ends the helper function's execution earlier, but the kernel will still run from start to end. Thus, all the expected validations are actually broken/useless as the code ploughs through the next crash anyway.
PiperOrigin-RevId: 369524386
Change-Id: I54f6cf9328445675ccc392e661b04336b229c9da | e6a7c7cc18c3aaad1ae0872cb0a959f5c923d2bd | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/e6a7c7cc18c3aaad1ae0872cb0a959f5c923d2bd | 2021-04-20 14:49:18-07:00 |
Fix null CHECK issue with `tf.raw_ops.EncodePng`.
PiperOrigin-RevId: 369717714
Change-Id: I24136cd99c20b8466671f4f93b670ef6f6dd1250 | 26eb323554ffccd173e8a79a8c05c15b685ae4d1 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/26eb323554ffccd173e8a79a8c05c15b685ae4d1 | 2021-04-21 13:09:14-07:00 |
Fix overflow CHECK issue with `tf.raw_ops.DrawBoundingBoxes`.
PiperOrigin-RevId: 369753591
Change-Id: I3b45fc98ee0d28a3c20b7e9c995aa647c976ec40 | b432a38fe0e1b4b904a6c222cbce794c39703e87 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/b432a38fe0e1b4b904a6c222cbce794c39703e87 | 2021-04-21 16:02:30-07:00 |
Validate inputs to `QuantizedMul`
PiperOrigin-RevId: 369756982
Change-Id: I00d960cc3b9316fd7a86bd37a44e341c96e17624 | efea03b38fb8d3b81762237dc85e579cc5fc6e87 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/efea03b38fb8d3b81762237dc85e579cc5fc6e87 | 2021-04-21 16:20:08-07:00 |
Fix out of bounds read in `ragged_cross_op.cc`.
PiperOrigin-RevId: 369757702
Change-Id: Ie6e5d2c21513a8d56bf41fcf35960caf76e890f9 | 44b7f486c0143f68b56c34e2d01e146ee445134a | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/44b7f486c0143f68b56c34e2d01e146ee445134a | 2021-04-21 16:26:41-07:00 |
Fix heap buffer overflow caused by rounding.
This was hard to fix. Due to the way we compute the pixels that influence an output pixel in resized images, for certain input configuration we might have issued a read to a pixel that is outside of boundary of the original image. This is because of floating errors that affected truncation results.
PiperOrigin-RevId: 369757871
Change-Id: If89425fff930983829a2168203c11858883eebc9 | f851613f8f0fb0c838d160ced13c134f778e3ce7 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/f851613f8f0fb0c838d160ced13c134f778e3ce7 | 2021-04-21 16:32:46-07:00 |
Validate min and max arguments to `QuantizedResizeBilinear`.
PiperOrigin-RevId: 369765091
Change-Id: I33be8b78273ab7d08b97541692fe05cb7f94963a | f6c40f0c6cbf00d46c7717a26419f2062f2f8694 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/f6c40f0c6cbf00d46c7717a26419f2062f2f8694 | 2021-04-21 17:14:25-07:00 |
Fix issues in Conv2DBackpropFilter.
PiperOrigin-RevId: 369772454
Change-Id: I49b465f2ae2ce91def61b56cea8000197d5177d8 | c570e2ecfc822941335ad48f6e10df4e21f11c96 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/c570e2ecfc822941335ad48f6e10df4e21f11c96 | 2021-04-21 17:56:05-07:00 |
Validate arguments to `QuantizedReshape`.
Ensure that validations from `Reshape` also terminate `QuantizedReshape` on failure.
PiperOrigin-RevId: 369775421
Change-Id: If8c5342267aceea65b7cb83a4b183304886f1ce8 | a324ac84e573fba362a5e53d4e74d5de6729933e | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/a324ac84e573fba362a5e53d4e74d5de6729933e | 2021-04-21 18:25:55-07:00 |
Enhance validation of ngram op and handle case of 0 tokens.
PiperOrigin-RevId: 369940178
Change-Id: Ia82f42c09d14efe76e7dc013505b832a42282f0b | ba424dd8f16f7110eea526a8086f1a155f14f22b | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/ba424dd8f16f7110eea526a8086f1a155f14f22b | 2021-04-22 13:35:06-07:00 |
Fix `tf.raw_ops.CTCGreedyDecoder` CHECK failure.
PiperOrigin-RevId: 369960465
Change-Id: If0b8b3264d5a47a24ac0970ed7b81ce6b4921fae | ea3b43e98c32c97b35d52b4c66f9107452ca8fb2 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/ea3b43e98c32c97b35d52b4c66f9107452ca8fb2 | 2021-04-22 15:15:04-07:00 |
Prevent memory overflow in ParseAttrValue from nested tensors.
PiperOrigin-RevId: 370108442
Change-Id: I84d64a5e8895a6aeffbf4749841b4c54d51b5889 | e07e1c3d26492c06f078c7e5bf2d138043e199c1 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/e07e1c3d26492c06f078c7e5bf2d138043e199c1 | 2021-04-23 10:38:57-07:00 |
Fix crash in `SparseTensorToCSRSparseMatrixCPUFunctor`
PiperOrigin-RevId: 370110290
Change-Id: I4451e92661a55c2180f80d38b67a9b50bf5edec5 | 1e922ccdf6bf46a3a52641f99fd47d54c1decd13 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/1e922ccdf6bf46a3a52641f99fd47d54c1decd13 | 2021-04-23 10:48:30-07:00 |
Prevent division by 0 in `QuantizedBiasAdd`.
PiperOrigin-RevId: 370117454
Change-Id: I3804e2ac8dcc6d3afcc92e27853e2325a017ca4d | 67784700869470d65d5f2ef20aeb5e97c31673cb | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/67784700869470d65d5f2ef20aeb5e97c31673cb | 2021-04-23 11:21:09-07:00 |
Add missing validation in `QuantizedBatchNormWithGlobalNormalization`
PiperOrigin-RevId: 370123451
Change-Id: Id234d6dab1ec21230bb8e503dba30f899af87f33 | d6ed5bcfe1dcab9e85a4d39931bd18d99018e75b | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/d6ed5bcfe1dcab9e85a4d39931bd18d99018e75b | 2021-04-23 11:54:50-07:00 |
Validate (and ensure validation sticks) inputs for `MatrixTriangularSolve`.
PiperOrigin-RevId: 370282444
Change-Id: Iaed61a0b0727cc42c830658b72eb69f785f48dc5 | 480641e3599775a8895254ffbc0fc45621334f68 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/480641e3599775a8895254ffbc0fc45621334f68 | 2021-04-24 16:51:15-07:00 |
Fix `tf.raw_ops.QuantizeAndDequantizeV4Grad` CHECK failure.
PiperOrigin-RevId: 370532425
Change-Id: I767721be266851b63d8fe55e7ac6be0af6017f6c | 20431e9044cf2ad3c0323c34888b192f3289af6b | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/20431e9044cf2ad3c0323c34888b192f3289af6b | 2021-04-26 14:03:25-07:00 |
Fix `tf.raw_ops.SparseAdd ` invalid memory access failure.
PiperOrigin-RevId: 370568774
Change-Id: I5f73b31c865f2948a1c8dfb7ebd22b3cfb6405bf | 6fd02f44810754ae7481838b6a67c5df7f909ca3 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/6fd02f44810754ae7481838b6a67c5df7f909ca3 | 2021-04-26 16:46:06-07:00 |
Fix `tf.raw_ops.QuantizeAndDequantizeV3` array index failure.
PiperOrigin-RevId: 370577691
Change-Id: Ifeae64212f6bcd139435824fa2748d1329213c4c | 99085e8ff02c3763a0ec2263e44daec416f6a387 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/99085e8ff02c3763a0ec2263e44daec416f6a387 | 2021-04-26 17:39:31-07:00 |
Fix overflow CHECK issue with `tf.raw_ops.UnsortedSegmentJoin`.
PiperOrigin-RevId: 370766155
Change-Id: I33e7c6626224e1060a8a4ab51ad5d861c6d4c63e | 704866eabe03a9aeda044ec91a8d0c83fc1ebdbe | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/704866eabe03a9aeda044ec91a8d0c83fc1ebdbe | 2021-04-27 14:47:17-07:00 |
Prevent another div by 0 in optimized pooling implementations TFLite
PiperOrigin-RevId: 370800091
Change-Id: I2119352f57fb5ca4f2051e0e2d749403304a979b | 5f7975d09eac0f10ed8a17dbb6f5964977725adc | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/5f7975d09eac0f10ed8a17dbb6f5964977725adc | 2021-04-27 17:54:29-07:00 |
Prevent one more div by 0 in TFLite
PiperOrigin-RevId: 370800114
Change-Id: I6b956aeb8c458cc6f514408d2e89ffacfe249e57 | 0d45ea1ca641b21b73bcf9c00e0179cda284e7e7 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/0d45ea1ca641b21b73bcf9c00e0179cda284e7e7 | 2021-04-27 18:00:44-07:00 |
Prevent a null pointer exception in TFLite
PiperOrigin-RevId: 370800206
Change-Id: Idd437ebce4ff224120d8eefc1c14c062173b71d6 | 953f28dca13c92839ba389c055587cfe6c723578 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/953f28dca13c92839ba389c055587cfe6c723578 | 2021-04-27 18:19:50-07:00 |
Prevent division by 0 in TFLite
PiperOrigin-RevId: 370800311
Change-Id: I21ccdbd31c30118acc67df8751807ee2e0b12f91 | 106d8f4fb89335a2c52d7c895b7a7485465ca8d9 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/106d8f4fb89335a2c52d7c895b7a7485465ca8d9 | 2021-04-27 18:25:13-07:00 |
Prevent a null pointer dereference in TFLite.
PiperOrigin-RevId: 370800353
Change-Id: Ic9c9712ce5c6e384c954dcd640a5bd9ff05c9a05 | f8378920345f4f4604202d4ab15ef64b2aceaa16 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/f8378920345f4f4604202d4ab15ef64b2aceaa16 | 2021-04-27 18:35:04-07:00 |
Fix FPE issue with `tf.raw_ops.DenseCountSparseOutput`.
PiperOrigin-RevId: 370946862
Change-Id: I3752584ad04aaecb327ff6793a9640ac56acfe7a | da5ff2daf618591f64b2b62d9d9803951b945e9f | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/da5ff2daf618591f64b2b62d9d9803951b945e9f | 2021-04-28 11:30:49-07:00 |
Fix FPE issue with `tf.raw_ops.FusedBatchNorm`.
PiperOrigin-RevId: 370948185
Change-Id: If0c8e0320062ed6363e94ff5fe38e6a301f69ac2 | 1a2a87229d1d61e23a39373777c056161eb4084d | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/1a2a87229d1d61e23a39373777c056161eb4084d | 2021-04-28 11:40:19-07:00 |
Prevent division by 0.
PiperOrigin-RevId: 370962554
Change-Id: I0b9b62f4d8e1046dd88f9433f8dfeaf61a901680 | ff489d95a9006be080ad14feb378f2b4dac35552 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/ff489d95a9006be080ad14feb378f2b4dac35552 | 2021-04-28 12:46:01-07:00 |
Prevent division by 0
PiperOrigin-RevId: 370966645
Change-Id: I831bfd96c7eb77b02d7ebb744335f59f6e5728cb | f61c57bd425878be108ec787f4d96390579fb83e | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/f61c57bd425878be108ec787f4d96390579fb83e | 2021-04-28 13:05:06-07:00 |
Prevent division by 0 in OneHot implementation
If input indices is degenerate, the implementation would do a divide by zero. See https://github.com/tensorflow/tensorflow/blob/745d57df6d5e9bc568666a2a48ed8dd629c27241/tensorflow/lite/kernels/one_hot.cc#L68-L72
PiperOrigin-RevId: 370966870
Change-Id: Ie018337811c8016b5a1d3a277d00d5f2e19a2058 | 3ebedd7e345453d68e279cfc3e4072648e5e12e5 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/3ebedd7e345453d68e279cfc3e4072648e5e12e5 | 2021-04-28 13:10:04-07:00 |
Prevent division by 0
PiperOrigin-RevId: 370979352
Change-Id: Ic79191c316d986fc6072ecaebfec9d5f2b924d00 | 2c74674348a4708ced58ad6eb1b23354df8ee044 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/2c74674348a4708ced58ad6eb1b23354df8ee044 | 2021-04-28 14:03:19-07:00 |
Prevent division by 0
PiperOrigin-RevId: 370984990
Change-Id: Ib324955bbeb1cbd97c82fd5d61a00a2697c9a2de | 6d36ba65577006affb272335b7c1abd829010708 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/6d36ba65577006affb272335b7c1abd829010708 | 2021-04-28 14:36:11-07:00 |
Fix FPE issue in external Eigen source code issue with `tf.raw_ops.SparseMatMul`.
PiperOrigin-RevId: 370992919
Change-Id: Icfb276fef5fb40928b27c3e44608d2aca72c9fd7 | 7f283ff806b2031f407db64c4d3edcda8fb9f9f5 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/7f283ff806b2031f407db64c4d3edcda8fb9f9f5 | 2021-04-28 15:08:18-07:00 |
Prevent division by 0
PiperOrigin-RevId: 370998952
Change-Id: I6b1d49079624ee1447d2d9b53a8976fb356cc8f5 | b22786e7e9b7bdb6a56936ff29cc7e9968d7bc1d | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/b22786e7e9b7bdb6a56936ff29cc7e9968d7bc1d | 2021-04-28 15:36:46-07:00 |
Prevent divisions by 0
PiperOrigin-RevId: 371003153
Change-Id: Idef56c95b9fcaeb97f87e18c7a674dbeb5173204 | cbda3c6b2dbbd3fbdc482ff8c0170a78ec2e97d0 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/cbda3c6b2dbbd3fbdc482ff8c0170a78ec2e97d0 | 2021-04-28 15:59:14-07:00 |
Fix OOB issue with `tf.raw_ops.SparseSparseMinimum`.
PiperOrigin-RevId: 371005787
Change-Id: Ib686ccc077836e8b980b8b5a03936d36a8ecaf71 | ba6822bd7b7324ba201a28b2f278c29a98edbef2 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/ba6822bd7b7324ba201a28b2f278c29a98edbef2 | 2021-04-28 16:13:06-07:00 |
Prevent a division by 0
PiperOrigin-RevId: 371007407
Change-Id: Iecf2718de48d6bf5a69b02a9df9deda8ec1b19d3 | 5117e0851348065ed59c991562c0ec80d9193db2 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/5117e0851348065ed59c991562c0ec80d9193db2 | 2021-04-28 16:22:35-07:00 |
Fix integer overflow in TFLite concat
PiperOrigin-RevId: 371013841
Change-Id: I6a4782ce7ca753e23ff31e7fb6aeb7f9d412cd29 | 4253f96a58486ffe84b61c0415bb234a4632ee73 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/4253f96a58486ffe84b61c0415bb234a4632ee73 | 2021-04-28 16:54:34-07:00 |
Prevent array write out-of-bounds.
If user passes an invalid axis, then we copy one too many dimensions to the output in the loop below these checks. Even if we didn't do that, there will be further issues with an invalid axis, so we check for that right now.
PiperOrigin-RevId: 371023299
Change-Id: I9eca37ffc2b29e8e48710f500701270ef0790224 | c59c37e7b2d563967da813fa50fe20b21f4da683 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/c59c37e7b2d563967da813fa50fe20b21f4da683 | 2021-04-28 17:54:22-07:00 |
Prevent array OOB read/write
PiperOrigin-RevId: 371026165
Change-Id: I26ac6372c87246e03c7eb8c94e84c84d86054b36 | ae2daeb45abfe2c6dda539cf8d0d6f653d3ef412 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/ae2daeb45abfe2c6dda539cf8d0d6f653d3ef412 | 2021-04-28 18:15:39-07:00 |
Fix divide by zero error in `fractional_pool_common.cc`.
PiperOrigin-RevId: 371126221
Change-Id: Iea4b2f363aaeb116ab460e3bc592c687484af344 | 548b5eaf23685d86f722233d8fbc21d0a4aecb96 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/548b5eaf23685d86f722233d8fbc21d0a4aecb96 | 2021-04-29 08:42:41-07:00 |
Fix FPE issue with `tf.raw_ops.Reverse`.
PiperOrigin-RevId: 371176973
Change-Id: Ic6d483bfc95313ec2299c2d1c956cfe96c96626c | 4071d8e2f6c45c1955a811fee757ca2adbe462c1 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/4071d8e2f6c45c1955a811fee757ca2adbe462c1 | 2021-04-29 12:30:53-07:00 |
Fix heap-buffer-overflow issue with `tf.raw_ops.SparseReshape`.
PiperOrigin-RevId: 371218558
Change-Id: I6a6dc5bf15b50a1d05bdd95e9ba347cb39f40f45 | 1d04d7d93f4ed3854abf75d6b712d72c3f70d6b6 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/1d04d7d93f4ed3854abf75d6b712d72c3f70d6b6 | 2021-04-29 15:35:22-07:00 |
Fix heap-buffer-overflow issue with `tf.raw_ops.SparseSplit`.
PiperOrigin-RevId: 371242872
Change-Id: I482bb3d12602c7c3cc9446f97fb9f584bb98e9a4 | 8ba6fa29cd8bf9cef9b718dc31c78c73081f5b31 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/8ba6fa29cd8bf9cef9b718dc31c78c73081f5b31 | 2021-04-29 18:02:57-07:00 |
Fix a dangerous integer overflow and a malloc of negative size.
PiperOrigin-RevId: 371254154
Change-Id: I250a98a3df26328770167025670235a963a72da0 | 7c8cc4ec69cd348e44ad6a2699057ca88faad3e5 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/7c8cc4ec69cd348e44ad6a2699057ca88faad3e5 | 2021-04-29 19:47:35-07:00 |
Fix `tf.io.decode_raw` bugs and update documentation.
Fixes cases where specifying `fixed_length` resulted in data loss and even segfault and corruption of the Python interpreter. The fix is subtle but needed due to pointer arithmetic rules.
Makes sure that `fixed_length` does not change the output when present but not needed.
Eliminates needless copy and cast in the main codepath.
PiperOrigin-RevId: 371322725
Change-Id: I514ef67a2961c86422f69d05122d31615e87896c | 698e01511f62a3c185754db78ebce0eee1f0184d | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/698e01511f62a3c185754db78ebce0eee1f0184d | 2021-04-30 06:43:32-07:00 |
Fix the CHECK failure in tf.raw_ops.QuantizeAndDequantizeV2.
PiperOrigin-RevId: 371361603
Change-Id: Ia70e34d41adaadddf928e95e5e5c5c97d5bc60d0 | c5b0d5f8ac19888e46ca14b0e27562e7fbbee9a9 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/c5b0d5f8ac19888e46ca14b0e27562e7fbbee9a9 | 2021-04-30 10:45:46-07:00 |
TFLite: Error out when the graph has a recurion.
Recursion is currently unsupported.
PiperOrigin-RevId: 371708957
Change-Id: I8dfad0d85cbfe08e39ae8ea7bad21254ddee5003 | c6173f5fe66cdbab74f4f869311fe6aae2ba35f4 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/c6173f5fe66cdbab74f4f869311fe6aae2ba35f4 | 2021-05-03 09:16:54-07:00 |
Fix heap buffer overflow in tf.raw_ops.UnicodeEncode.
PiperOrigin-RevId: 371717714
Change-Id: If33443b28f158e58078f1268f6b92f2728d219e0 | 51300ba1cc2f487aefec6e6631fef03b0e08b298 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/51300ba1cc2f487aefec6e6631fef03b0e08b298 | 2021-05-03 10:04:38-07:00 |
Fix heap-buffer-overflow issue with `tf.raw_ops.RaggedTensorToTensor`.
PiperOrigin-RevId: 371986929
Change-Id: I79ab962a22c5867f36f7f45b780a1ac881b1dbdd | a84358aa12f0b1518e606095ab9cfddbf597c121 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/a84358aa12f0b1518e606095ab9cfddbf597c121 | 2021-05-04 13:49:35-07:00 |
Fix heap-buffer-overflow issue with `tf.raw_ops.SparseFillEmptyRows`.
PiperOrigin-RevId: 372009178
Change-Id: Ia1a9e9691ecaa072f32fb39a0887b2aabd399210 | faa76f39014ed3b5e2c158593b1335522e573c7f | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/faa76f39014ed3b5e2c158593b1335522e573c7f | 2021-05-04 15:40:16-07:00 |
Fix a check fail
PiperOrigin-RevId: 372011072
Change-Id: I1062cfaed0aa16884e9a16312483794d188db76f | 77dd114513d7796e1e2b8aece214a380af26fbf4 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/77dd114513d7796e1e2b8aece214a380af26fbf4 | 2021-05-04 15:51:50-07:00 |
Fix a check fail in Fast Fourier implementation
PiperOrigin-RevId: 372026629
Change-Id: Id05c3362aa575271bc3e06b16316c9037085fc11 | 1c56f53be0b722ca657cbc7df461ed676c8642a2 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/1c56f53be0b722ca657cbc7df461ed676c8642a2 | 2021-05-04 17:18:39-07:00 |
Prevent check fail in FFT
PiperOrigin-RevId: 372031044
Change-Id: I50994e3e8a5d1342d01bde80256f6bf2730ca299 | 31bd5026304677faa8a0b77602c6154171b9aec1 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/31bd5026304677faa8a0b77602c6154171b9aec1 | 2021-05-04 17:46:54-07:00 |
Fix memory corruption issue with `tf.raw_ops.DrawBoundingBoxesV2`.
PiperOrigin-RevId: 372033910
Change-Id: I8a9f4efc1c8ddaacbc26ec1fbe4bfdd6791c226d | 79865b542f9ffdc9caeb255631f7c56f1d4b6517 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/79865b542f9ffdc9caeb255631f7c56f1d4b6517 | 2021-05-04 18:12:56-07:00 |
Fix multiple issues in EditDistance
PiperOrigin-RevId: 372033948
Change-Id: Ieb957c29894af05bdfeb1a0402fced808dfcfd7b | f4c364a5d6880557f6f5b6eb5cee2c407f0186b3 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/f4c364a5d6880557f6f5b6eb5cee2c407f0186b3 | 2021-05-04 18:18:01-07:00 |
Add missing validations in dillation ops.
PiperOrigin-RevId: 372037158
Change-Id: I4ee304c84a02550c030288a6534000b934fc1599 | 3f6fe4dfef6f57e768260b48166c27d148f3015f | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/3f6fe4dfef6f57e768260b48166c27d148f3015f | 2021-05-04 18:41:15-07:00 |
Fix breakage in parameterized_truncated_normal_op.cc
PiperOrigin-RevId: 372041718
Change-Id: Iff79e77a2bb27032423eefcb84211627b27dfe81 | 5e52ef5a461570cfb68f3bdbbebfe972cb4e0fd8 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/5e52ef5a461570cfb68f3bdbbebfe972cb4e0fd8 | 2021-05-04 19:18:31-07:00 |
Fix heap-buffer-overflow issue with `tf.raw_ops.SparseDenseCwiseMul`.
PiperOrigin-RevId: 372054410
Change-Id: Ifcce0491e2e3816838c87e73be30a1e61b65174d | 7ae2af34087fb4b5c8915279efd03da3b81028bc | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/7ae2af34087fb4b5c8915279efd03da3b81028bc | 2021-05-04 21:44:37-07:00 |
Fix out of bound read in requantization_range_op.cc
PiperOrigin-RevId: 372129031
Change-Id: Ie684ab98a3840c5186ead3eafffc0e0ed0e8030d | ef0c008ee84bad91ec6725ddc42091e19a30cf0e | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/ef0c008ee84bad91ec6725ddc42091e19a30cf0e | 2021-05-05 08:21:23-07:00 |
Fix heap buffer overflow
PiperOrigin-RevId: 372132844
Change-Id: Idef9895efaf145f2b1c23d31983601ec980cd5e4 | dcd7867de0fea4b72a2b34bd41eb74548dc23886 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/dcd7867de0fea4b72a2b34bd41eb74548dc23886 | 2021-05-05 08:43:05-07:00 |
Add several missing validations in SDCA
PiperOrigin-RevId: 372172877
Change-Id: Id366da962432e18dcbfac847d11e98488bebb70a | f7cc8755ac6683131fdfa7a8a121f9d7a9dec6fb | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/f7cc8755ac6683131fdfa7a8a121f9d7a9dec6fb | 2021-05-05 11:45:19-07:00 |
Add missing validations to reverse_sequence_op
PiperOrigin-RevId: 372178683
Change-Id: Iac97ebab5b342f1262c77a7d9bcb4267b305ce5b | ecf768cbe50cedc0a45ce1ee223146a3d3d26d23 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/ecf768cbe50cedc0a45ce1ee223146a3d3d26d23 | 2021-05-05 12:12:19-07:00 |
Don't do any work if output tensor is null (prevent div by 0)
PiperOrigin-RevId: 372208700
Change-Id: Iea6b6293e887ade8538facfdb50fb931e17f511e | 376c352a37ce5a68b721406dc7e77ac4b6cf483d | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/376c352a37ce5a68b721406dc7e77ac4b6cf483d | 2021-05-05 14:41:59-07:00 |
Add missing validation to pooling_ops_3d
PiperOrigin-RevId: 372218727
Change-Id: I6b9ed4266aa7286c02f1f230d7bea922c1be547e | a3d9f9be9ac2296615644061b40cefcee341dcc4 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/a3d9f9be9ac2296615644061b40cefcee341dcc4 | 2021-05-05 15:24:00-07:00 |
Fix OOB read issue with `tf.raw_ops.CTCLoss`.
PiperOrigin-RevId: 372242187
Change-Id: I347228ed8c04e1d2eb9d2479ae52f51d1b512c6e | 4504a081af71514bb1828048363e6540f797005b | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/4504a081af71514bb1828048363e6540f797005b | 2021-05-05 17:38:26-07:00 |
Add missing validation, prevent heap OOB
PiperOrigin-RevId: 372246723
Change-Id: I1a454a643810e77d7d14821b342098c56a09fbbf | 63c6a29d0f2d692b247f7bf81f8732d6442fad09 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/63c6a29d0f2d692b247f7bf81f8732d6442fad09 | 2021-05-05 18:18:17-07:00 |
Fix nullptr deref in `tf.raw_ops.CTCLoss`.
PiperOrigin-RevId: 372266334
Change-Id: Ic52c3e9f13a38f54482d670907eda1688450862b | 14607c0707040d775e06b6817325640cb4b5864c | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/14607c0707040d775e06b6817325640cb4b5864c | 2021-05-05 21:13:16-07:00 |
Validate arguments of `FractionalMaxPoolGrad`
PiperOrigin-RevId: 372274982
Change-Id: If46b0c442efa4eaef635ce6a476717060420122c | 32fdcbff9d06d010d908fcc4bd4b36eb3ce15925 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/32fdcbff9d06d010d908fcc4bd4b36eb3ce15925 | 2021-05-05 22:49:02-07:00 |
Fix assertion failure in pooling_ops_3d
PiperOrigin-RevId: 372364504
Change-Id: Iecde4fe26b47a8fa935d6e2611b5585ed5777781 | 6fc9141f42f6a72180ecd24021c3e6b36165fe0d | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/6fc9141f42f6a72180ecd24021c3e6b36165fe0d | 2021-05-06 09:55:31-07:00 |
Validate inputs of `FractionalAvgPoolGrad`.
PiperOrigin-RevId: 372420640
Change-Id: Icc583928e6cdc3062e12498e4d2337a8fe3da016 | 12c727cee857fa19be717f336943d95fca4ffe4f | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/12c727cee857fa19be717f336943d95fca4ffe4f | 2021-05-06 14:08:32-07:00 |
Prevent heap OOB error in `MaxPoolGrad`
PiperOrigin-RevId: 372424854
Change-Id: Idac0f23867ad8b0601cafbaaa52d5e64269e63a7 | a74768f8e4efbda4def9f16ee7e13cf3922ac5f7 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/a74768f8e4efbda4def9f16ee7e13cf3922ac5f7 | 2021-05-06 14:32:51-07:00 |
Fix SEGV in CTC ops
PiperOrigin-RevId: 372430279
Change-Id: I7ec2ad9d6f4d0980c33de45d27c6b17df5c6e26f | b1b323042264740c398140da32e93fb9c2c9f33e | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/b1b323042264740c398140da32e93fb9c2c9f33e | 2021-05-06 14:55:20-07:00 |
Fix heap OOB read in dequantize op.
Also fixes SEGV in same op
PiperOrigin-RevId: 372437896
Change-Id: I135e94d360c2a1ce374c10f7e0fed1af603dbc02 | 5899741d0421391ca878da47907b1452f06aaf1b | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/5899741d0421391ca878da47907b1452f06aaf1b | 2021-05-06 15:39:10-07:00 |
Prevent overflow in sparse op
PiperOrigin-RevId: 372442006
Change-Id: I60fe31cd7e56fb3501e97c63500caf902ddeee96 | 4c0ee937c0f61c4fc5f5d32d9bb4c67428012a60 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/4c0ee937c0f61c4fc5f5d32d9bb4c67428012a60 | 2021-05-06 16:01:09-07:00 |
Add missing valuidation to FusedBatchNorm.
PiperOrigin-RevId: 372460336
Change-Id: Ic8c4e4de67c58a741bd87f2e182bed07247d1126 | 6972f9dfe325636b3db4e0bc517ee22a159365c0 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/6972f9dfe325636b3db4e0bc517ee22a159365c0 | 2021-05-06 17:50:14-07:00 |
Fix heap OOB / undefined behavior in `RaggedTensorToTensor`
PiperOrigin-RevId: 373244623
Change-Id: I2d6cbbc8c67b238a8815bf58097f7586d87c54f2 | c4d7afb6a5986b04505aca4466ae1951686c80f6 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/c4d7afb6a5986b04505aca4466ae1951686c80f6 | 2021-05-11 15:28:27-07:00 |
Validate that a and b are proper sparse tensors
PiperOrigin-RevId: 373248068
Change-Id: I0a2041a0747901b3f00387a6a3bce9bca6b0b3b1 | 41727ff06111117bdf86b37db198217fd7a143cc | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/41727ff06111117bdf86b37db198217fd7a143cc | 2021-05-11 15:58:01-07:00 |
Validate that a and b are proper sparse tensors
PiperOrigin-RevId: 373274848
Change-Id: I3a665ac3a29dee9fb69bdf408a939330cb93ea75 | f6fde895ef9c77d848061c0517f19d0ec2682f3a | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/f6fde895ef9c77d848061c0517f19d0ec2682f3a | 2021-05-11 18:37:23-07:00 |
Ensure validation sticks in banded_triangular_solve_op
PiperOrigin-RevId: 373275480
Change-Id: Id7717cf275b2d6fdb9441fbbe166d555182d2e79 | 0ab290774f91a23bebe30a358fde4e53ab4876a0 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/0ab290774f91a23bebe30a358fde4e53ab4876a0 | 2021-05-11 18:58:13-07:00 |
Fix accessing possible nullptr in tensorflow::data::CompressElement and UncompressElement which are used in tf.data.service.
PiperOrigin-RevId: 373920841
Change-Id: Ia88d78aee09fa19bb53a0f163fd19620d0c68743 | 5dc7f6981fdaf74c8c5be41f393df705841fb7c5 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/5dc7f6981fdaf74c8c5be41f393df705841fb7c5 | 2021-05-14 22:13:19-07:00 |
Fix integer overflow in BMP decoder by making the checks in DecodeBmp
more stringent. Add fuzzer to improve the robustness of the decoder
in the future.
PiperOrigin-RevId: 185780111 | 49f73c55d56edffebde4bca4a407ad69c1cae433 | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/49f73c55d56edffebde4bca4a407ad69c1cae433 | 2018-02-14 19:00:06-08:00 |
Fix segfault when attempting to convert string to float16.
To make sure this gets fixed, add test for converting string to any numeric type.
PiperOrigin-RevId: 286650886
Change-Id: I81f770ec2bbd33a863e8057ce198c679912fa8e0 | 5ac1b9e24ff6afc465756edf845d2e9660bd34bf | tensorflow | cvefixes | 1 | https://github.com/tensorflow/tensorflow | https://github.com/tensorflow/tensorflow/commit/5ac1b9e24ff6afc465756edf845d2e9660bd34bf | 2019-12-20 15:44:32-08:00 |
TableLookUp::setTable(): do actually check that the LUT is <2^16 | dbe7591e54bad5e6430d38be6bed051582da76b9 | rawspeed | cvefixes | 1 | https://github.com/darktable-org/rawspeed | https://github.com/darktable-org/rawspeed/commit/dbe7591e54bad5e6430d38be6bed051582da76b9 | 2018-01-11 22:03:09+03:00 |
Handle close_notify as standard writeErr in AsyncSSLSocket.
Summary: Fixes CVE-2019-11934
Reviewed By: mingtaoy
Differential Revision: D18020613
fbshipit-source-id: db82bb250e53f0d225f1280bd67bc74abd417836 | c321eb588909646c15aefde035fd3133ba32cdee | folly | cvefixes | 1 | https://github.com/facebook/folly | https://github.com/facebook/folly/commit/c321eb588909646c15aefde035fd3133ba32cdee | 2019-10-28 15:49:03-07:00 |
[folly] Add additional overflow checks to IOBuf - CVE-2021-24036
Summary:
As per title
CVE-2021-24036
Reviewed By: jan
Differential Revision: D27938605
fbshipit-source-id: 7481c54ae6fbb7b67b15b3631d5357c2f7043f9c | 4f304af1411e68851bdd00ef6140e9de4616f7d3 | folly | cvefixes | 1 | https://github.com/facebook/folly | https://github.com/facebook/folly/commit/4f304af1411e68851bdd00ef6140e9de4616f7d3 | 2021-07-20 09:06:10-07:00 |
Fixing HPACK header table resize issue
Summary: On resizing the header table down and then up again, a resize can be called against the underlying vector that actually sizes it down. This causes a lot of things to break as the code that does the resizing assumes the underlying vector is only ever resized up.
Reviewed By: afrind
Differential Revision: D4613681
fbshipit-source-id: 35b61cab53d5bc097424d6c779f90b7fdea42002 | f43b134cc5c19d8532e7fb670a1c02e85f7a8d4f | proxygen | cvefixes | 1 | https://github.com/facebook/proxygen | https://github.com/facebook/proxygen/commit/f43b134cc5c19d8532e7fb670a1c02e85f7a8d4f | 2017-03-30 15:25:12-07:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.