We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I found some possible null pointer dereferences with Svace static analyzer.
cache_provider
xnn_create_weights_cache_with_size()
XNNPACK/src/runtime.c
Lines 164 to 167 in f9bc6b4
Bailing out occured with uninitialized cache_provider:
Lines 131 to 143 in f9bc6b4
resize_op
create_resize_bilinear2d_nhwc()
XNNPACK/src/operators/resize-bilinear-nhwc.c
Lines 36 to 60 in f9bc6b4
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hi,
I found some possible null pointer dereferences with Svace static analyzer.
cache_provider
inxnn_create_weights_cache_with_size()
:XNNPACK/src/runtime.c
Lines 164 to 167 in f9bc6b4
Bailing out occured with uninitialized
cache_provider
:XNNPACK/src/runtime.c
Lines 131 to 143 in f9bc6b4
resize_op
increate_resize_bilinear2d_nhwc()
during error logging:XNNPACK/src/operators/resize-bilinear-nhwc.c
Lines 36 to 60 in f9bc6b4
The text was updated successfully, but these errors were encountered: