`detail::Futex` wants 4 bytes but MicroLock only gives you one
authorMichael Lee <mzlee@fb.com>
Tue, 19 Apr 2016 14:52:23 +0000 (07:52 -0700)
committerFacebook Github Bot 6 <facebook-github-bot-6-bot@fb.com>
Tue, 19 Apr 2016 15:05:19 +0000 (08:05 -0700)
commit9b139cb46477c8bc488becaad2a6245c184d3045
tree810e4357215fc46f51f0e88f1e0ba6a99e077690
parent1fb83fbce666105e62cbfb36851f6886f064ada4
`detail::Futex` wants 4 bytes but MicroLock only gives you one

Summary: ^^^ this is a stack overflow in the test, and a possible stack or heap overflow.

Reviewed By: dcolascione

Differential Revision: D3151717

fb-gh-sync-id: b4f0660ebbb89139dff003870e132c312068d9a8
fbshipit-source-id: b4f0660ebbb89139dff003870e132c312068d9a8
folly/MicroLock.h
folly/test/SmallLocksTest.cpp