-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Another NULL pointer dereference after reset in the middle #35
Comments
I've confirmed if this line is moved after the tvip-axi/src/tvip_axi_slave_driver.svh Line 64 in 0deaa6f
|
Hi @kazt81 , if ((item.item != null) && (!item.item.ended())) begin |
I have also committed the fix for this error. |
How about line 71 that seems to require non-NULL checking? |
In this case, tvip-axi/src/tvip_axi_slave_driver.svh Line 70 in 0deaa6f
|
Thanks, I've check there's no issue with the latest commit. |
Thank you for your checking. |
The latest version has another NULL pointer dereference as below:
The text was updated successfully, but these errors were encountered: