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
segfault in tf.image.crop_and_resize when boxes contains large value
#42129
Comments
|
Added a PR #42143 for the fix. |
|
Does this issue affect the 1.15.5 version? |
|
Yes, but being low severity and given that patching 1.15 and 2.0 is extremely expensive we no longer patched it. Recommendation is to update past 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. |
Please make sure that this is a bug. As per our
GitHub Policy,
we only address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:bug_template
System information
Describe the current behavior
tf.image.crop_and_resizesegfault when there is a very large value inboxes. Can also be reproduced in nightly versionDescribe the expected behavior
Expect 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.
The text was updated successfully, but these errors were encountered: