New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault in tf.quantization.quantize_and_dequantize #42105
Comments
Imported from GitHub PR #42109 Try to fix #42105 Copybara import of the project: -- 0573f8c by bhack <bhack@users.noreply.github.com>: Check input and axis params -- 3e5a78f by bhack <bhack@users.noreply.github.com>: Else fix PiperOrigin-RevId: 325639857 Change-Id: Ifc18bc9686e9ff38839bb0c45fb3ef1d2ad9c208
|
Reopening since #42109 seems to not be solving this issue (this op is V2, the PR fixes on V1) |
|
Does the CVE-2020-15265 Vulnerability Affect 1.15.5? |
|
Yes, but we no longer patch 1.15. Please update post 2.1 |
|
Hello, is there any chance that vulnerability fix will be applied in versions like 2.3.4? |
|
Hi. Not in 2.3.4, as the 2.3.x has reached end of life. It is already included in 2.4.0 and later |
|
@mihaimaruseac noted on this, thank you for the feedback. |
System information
Describe the current behavior
tf.quantization.quantize_and_dequantizeproduces a segfault wheninputis a tensor in any shape offloat32orfloat64andaxisis specified to a large number.Describe the expected behavior
No segfault
Standalone code to reproduce the issue
Other info / logs Include any logs or source code that would be helpful to
diagnose the problem. If including tracebacks, please include the full
traceback. Large logs and files should be attached.
Segmentation fault (core dumped)The text was updated successfully, but these errors were encountered: