ruby/missing
rhe 0b845a8458 string.c: fix memory leak in String#crypt
Use ALLOCV to allocate struct crypt_data for slightly cleaner and less
error-prone code. It is currently possible it leaks when an invalid
argument is passed to String#crypt or rb_str_new_cstr() fails to
allocate memory.

SIZEOF_CRYPT_DATA macro in missing/crypt.h is removed since it is not
used any longer.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-11-12 15:55:04 +00:00
..
acosh.c
alloca.c
cbrt.c
close.c
crt_externs.h
crypt.c des_tables.c: generation rule 2016-06-04 02:40:04 +00:00
crypt.h string.c: fix memory leak in String#crypt 2017-11-12 15:55:04 +00:00
des_tables.c des_tables.c: generation rule 2016-06-04 02:40:04 +00:00
dup2.c
erf.c
explicit_bzero.c missing.h: remove explicit_bzero_by_memset_s 2016-01-10 06:45:36 +00:00
ffs.c
file.h fix typos. Patch by k_takata. 2013-05-19 03:10:21 +00:00
fileblocks.c
finite.c
flock.c Drop to support NaCl platform. 2017-10-23 05:56:25 +00:00
hypot.c
isinf.c
isnan.c
langinfo.c
lgamma_r.c lgamma_r.c: fix at -0.0 2016-04-06 01:17:55 +00:00
memcmp.c
memmove.c
nextafter.c * missing/nextafter.c: Include ruby/missing.h. 2014-05-18 03:03:26 +00:00
setproctitle.c rubystub 2016-08-20 02:20:34 +00: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 fix tgamma for inifity 2017-05-12 16:12:46 +00:00
x86_64-chkstk.s