Hacker News new | ask | show | jobs
by dpc_pw 2126 days ago
> Data races will occur when multiple threads uses a variable at the same time, which will likely make the program crash.

... or let the attacker execute arbitrary code.