2
-2

[–] Indiana_Jones 2 points -2 points (+0|-2) ago 

Not gonna lie, I LOVE It when little shits hurt themselfs. Hate little shits.

0
0

[–] fnork ago 

Mirror?

0
0

[–] Beowolve ago 

Not going to lie... this just happened to me last week. (the code revert, not the basketball hoop attacking me)

0
3

[–] anonagent 0 points 3 points (+3|-0) ago 

What was the patch for and why did it get reverted?

0
3

[–] CombatDingbat [S] 0 points 3 points (+3|-0) ago 

It fixed a race in a critical section of code. It was reverted because it raised an exception instead of ignoring it (this is in a large distributed system, where optimistic, lockless algorithms are order of the day). It turns out this code was racing way more than anybody realised, and the cure was considered worse than the disease.