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
Hi, I tried to run CROWN on my case. It seems that CROWN can't rewrite the target raw pointer.
The analysis result of CROWN show my target raw pointer is Transcient, Mut, and Ptr. If I want to debug why it is not rewritten as reference, could you give me some suggestion to start at?
The text was updated successfully, but these errors were encountered:
Here are more details: hope it can help
The raw pointer points to a struct. The analysis result shown above is on the struct; however, the analysis results on the subfields pointers are all Unknown. Could that be the reason for the rewrite failure?
Hi, I tried to run CROWN on my case. It seems that CROWN can't rewrite the target raw pointer.
The analysis result of CROWN show my target raw pointer is
Transcient
,Mut
, andPtr
. If I want to debug why it is not rewritten as reference, could you give me some suggestion to start at?The text was updated successfully, but these errors were encountered: