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
Copy file name to clipboardExpand all lines: src/analyses/base.ml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1242,6 +1242,7 @@ struct
1242
1242
ifAD.mem Addr.UnknownPtr jmp_buf then
1243
1243
M.warn ~category:Imprecise"Jump buffer %a may contain unknown pointers." d_exp e;
1244
1244
beginmatch get ~ctx~top:(VD.bot ()) ctx.local jmp_buf Nonewith
1245
+
(* dummy *)
1245
1246
|JmpBuf (x, copied, invalid) ->
1246
1247
if copied then
1247
1248
M.warn ~category:(Behavior (UndefinedOther)) "The jump buffer %a contains values that were copied here instead of being set by setjmp. This is Undefined Behavior." d_exp e;
0 commit comments