ruby/missing
Nobuyoshi Nakada 3acc81d9e4 Fixed race in dtoa [Bug #17612]
Fixed the race condition when replacing `freelist` entry with its
chained next element.  At acquiring an entry, hold the entry once
with the special value, then release by replacing it with the next
element again after acquired.  If another thread is holding the
same entry at that time, spinning until the entry gets released.

Co-Authored-By: Koichi Sasada <ko1@atdot.net>
2021-02-10 19:44:47 +09:00
..
acosh.c
alloca.c sed -i 's|ruby/impl|ruby/internal|' 2020-05-11 09:24:08 +09:00
cbrt.c
close.c
crt_externs.h
crypt.c des_tables.c: generation rule 2016-06-04 02:40:04 +00:00
crypt.h add #include guard hack 2020-04-13 16:06:00 +09:00
des_tables.c des_tables.c: generation rule 2016-06-04 02:40:04 +00:00
dtoa.c Fixed race in dtoa [Bug #17612] 2021-02-10 19:44:47 +09:00
dup2.c sed -i 's|ruby/impl|ruby/internal|' 2020-05-11 09:24:08 +09:00
erf.c
explicit_bzero.c [DOC] explicit_bzero exists in modern Linux 2020-04-26 02:00:45 +09:00
ffs.c
file.h add #include guard hack 2020-04-13 16:06:00 +09:00
finite.c
flock.c sed -i 's|ruby/impl|ruby/internal|' 2020-05-11 09:24:08 +09:00
hypot.c
isinf.c sed -i 's|ruby/impl|ruby/internal|' 2020-05-11 09:24:08 +09:00
isnan.c
langinfo.c
lgamma_r.c lgamma_r.c: fix at -0.0 2016-04-06 01:17:55 +00:00
memcmp.c missing/memcmp.c: suppress a `-Wparentheses` warning 2019-08-19 14:43:55 +09:00
memmove.c
mt19937.c Split mt19937.c 2019-02-07 08:53:12 +00:00
nan.c [ci skip] tabify 2018-01-20 04:18:09 +00:00
nextafter.c
procstat_vm.c Get rid of false positive misspellings 2019-12-24 10:33:32 +09:00
setproctitle.c missing/setproctitle.c: remove nonsense NULL check 2019-10-12 21:14:20 +09:00
signbit.c
strchr.c
strerror.c get rid of sprintf 2016-12-26 09:28:48 +00:00
strlcat.c * missing/strl{cat,cpy}.c: Update latest upstream files. 2016-07-21 13:27:02 +00:00
strlcpy.c * missing/strl{cat,cpy}.c: Update latest upstream files. 2016-07-21 13:27:02 +00:00
strstr.c
tgamma.c sed -i 's|ruby/impl|ruby/internal|' 2020-05-11 09:24:08 +09:00
x86_64-chkstk.S Renamed assembly file like as e64f71f812 2019-11-18 18:42:22 +09:00