You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Queue_Probe.h (and maybe in other places?) there is an unordered_map implementation, where the indexing is done with addresses (pointers to NVM_Transaction parameters).
It might create Segmentation Faults as memory may not handled carefully
The text was updated successfully, but these errors were encountered:
In Queue_Probe.h (and maybe in other places?) there is an unordered_map implementation, where the indexing is done with addresses (pointers to NVM_Transaction parameters).
It might create Segmentation Faults as memory may not handled carefully
The text was updated successfully, but these errors were encountered: