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
..
2016-06-04 02:40:04 +00:00
2016-06-04 02:40:04 +00:00
2017-10-23 05:56:25 +00:00
2016-04-06 01:17:55 +00:00
2016-08-20 02:20:34 +00:00
2016-12-26 09:28:48 +00:00
2017-05-12 16:12:46 +00:00