summaryrefslogtreecommitdiff
path: root/lib/dialyzer/test/race_SUITE_data/results/ets_insert_control_flow2
blob: 1ca874c4d8beca59453d7a4e9d1ab3c712df82b0 (plain)
1
2
3

ets_insert_control_flow2.erl:15:7: The call ets:insert('foo',[{'pass',[pos_integer()]} | {'random',integer()},...]) might have an unintended effect due to a possible race condition caused by its combination with the ets:lookup('foo','random') call in ets_insert_control_flow2.erl on line {10,41}
ets_insert_control_flow2.erl:19:7: The call ets:insert('foo',[{'pass',[pos_integer()]} | {'random',integer()},...]) might have an unintended effect due to a possible race condition caused by its combination with the ets:lookup('foo','random') call in ets_insert_control_flow2.erl on line {10,41}