Yukihiro "Matz" Matsumoto
|
07167b8f5e
|
Initialize potentially uninitialized variable tsec.
|
2017-01-01 00:47:45 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
8b77979667
|
Initialize potentially uninitialized variable z
|
2017-01-01 00:45:14 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
1ed4de58d0
|
str_buf_cat(): better size check added; ref #3342
|
2016-12-31 23:33:34 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
342b1de65c
|
str_buf_cat(): should allocate at least RSTRING_EMBED_LEN_MAX+1.
|
2016-12-31 23:31:45 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
cfdd1e3cc6
|
ary_expand_capa(): refine conditions to avoid infinite loop; ref #3353
|
2016-12-31 23:22:17 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
9d84f0d47b
|
ary_expand_capa(): size calculation by size_t; fix #3353
Also more size checks added.
|
2016-12-31 23:09:56 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
270ea41b37
|
method_missing() may have CALL_MAXARGS-1 arguments; fix #3351
The issue was reported by https://hackerone.com/ston3
|
2016-12-30 22:09:32 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
803bf010ca
|
save/restore arena index around yield; ref #3359
|
2016-12-28 13:00:28 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
6af8cc36b9
|
Merge pull request #3366 from ksss/splice
Check array max size
|
2016-12-28 13:00:14 +09:00 |
|
ksss
|
caba1a19dc
|
Check array max size
Fix #3354
|
2016-12-27 15:48:53 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
30d5424adf
|
Merge pull request #3365 from ksss/freeze
Fix segv when primitive value
|
2016-12-26 18:12:44 +09:00 |
|
Tomoyuki Sahara
|
69623078a8
|
Merge pull request #72 from masahino/add_pointer_casting
Add pointer casting
|
2016-12-26 09:12:19 +09:00 |
|
ksss
|
5c1c002ac2
|
Fix segv when primitive value
Fix #3352
|
2016-12-25 16:52:10 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
000a3119ca
|
Merge pull request #3364 from ksss/string2
Check overflow string length
|
2016-12-25 01:35:44 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
ede04d68b3
|
Merge pull request #3363 from ksss/string
Do nothing when empty string
|
2016-12-25 00:43:01 +09:00 |
|
masahino
|
1fac605e3f
|
Add pointer casting
|
2016-12-24 23:32:44 +09:00 |
|
ksss
|
c626b823ca
|
Check overflow string length
Fix #3360
|
2016-12-23 23:31:21 +09:00 |
|
ksss
|
0de65a88d4
|
Do nothing when empty string
Fix #3361
|
2016-12-23 23:13:23 +09:00 |
|
ksss
|
a68b568911
|
Should call initialize method if defined
|
2016-12-22 10:40:13 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
5e3077c00d
|
One less argument for raisef(); fix #3355
This issue was reported by https://hackerone.com/mg36
|
2016-12-21 16:46:26 +09:00 |
|
ksss
|
3cba13c249
|
Proc shouldn't have initialize method
Fix #3356
|
2016-12-21 15:17:05 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
987daa64e3
|
Merge pull request #3358 from takjn/add-example-rx630
Added example for cross-compiling on Renesas RX630
|
2016-12-21 04:03:34 +09:00 |
|
Jun Takeda
|
76eb7147a4
|
Added example for cross-compiling for Renesas RX630
|
2016-12-21 00:51:18 +09:00 |
|
Tomoyuki Sahara
|
458b517c6f
|
Merge pull request #71 from eagletmt/readlink
Add File.readlink
|
2016-12-19 09:03:13 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
432570723d
|
Check if width is zero or negative before fill; fix #3347
Reported by https://hackerone.com/haquaman.
|
2016-12-18 02:02:30 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
2edf15bed8
|
Prohibit mixture of posarg and nextarg; ref #3347
|
2016-12-18 02:02:30 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
9781f7f0ea
|
Add "not reached" mark in mrb_ary_concat()
|
2016-12-18 02:02:30 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
c2bbfa5b61
|
NODE_NEGATE cdr may not be code-node; fix #3348 ref #3324
Reported by Denis Kasak https://hackerone.com/dkasak
|
2016-12-18 02:02:30 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
b0886d5692
|
Zero length heredoc still crashed; ref Shopify/mruby-internal#81
|
2016-12-18 02:02:30 +09:00 |
|
Kohei Suzuki
|
b31b8022db
|
Fix memory leak in error case
|
2016-12-17 16:48:02 +09:00 |
|
Kohei Suzuki
|
d1c48192cb
|
Add File.readlink
|
2016-12-17 15:03:52 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
5289b4ba11
|
Merge pull request #3346 from clayton-shopify/fix-float-read
Fix crash when exponent is -2147483648
|
2016-12-17 12:18:35 +09:00 |
|
Tomoyuki Sahara
|
7e89736291
|
Merge pull request #70 from eagletmt/chmod
Add File.chmod
|
2016-12-16 22:54:20 +09:00 |
|
Kohei Suzuki
|
698378f076
|
Add File.chmod
|
2016-12-16 01:20:08 +09:00 |
|
Clayton Smith
|
868d2e528f
|
Fix crash when exponent is -2147483648
|
2016-12-15 09:36:22 -05:00 |
|
Yukihiro "Matz" Matsumoto
|
73cc08772f
|
remove debug code; ref #3344
|
2016-12-14 13:34:24 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
eb2a52ac98
|
Merge pull request #3345 from clayton-shopify/fix-range-beg-len
Check type before calling mrb_range_ptr.
|
2016-12-14 01:19:49 +09:00 |
|
Clayton Smith
|
73ad7395c0
|
Check type before calling mrb_range_ptr.
|
2016-12-13 10:04:15 -05:00 |
|
Yukihiro "Matz" Matsumoto
|
fead715cef
|
tLABEL should not come after conditional ternary; fix #3344
|
2016-12-13 23:44:10 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
df35076602
|
Restore callinfo offset in mrb_yield_with_class()
|
2016-12-13 17:17:47 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
d196e4dd04
|
void_expr_error(): n may be NULL.
Reported from @clayton-shopify.
|
2016-12-13 11:18:05 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
3bedd22d55
|
Add assertion to make sure new capacity does not overflow.
|
2016-12-13 10:50:04 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
3a7c369536
|
Make sure str->capa is under MRB_INT_MAX; fix #3342
|
2016-12-13 10:48:36 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
647ad29a7a
|
Fixed wrong condition in new_sym() that breaks symbol data.
|
2016-12-13 02:33:28 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
a4ae22ae0c
|
Failed to realloc irep->syms in certain condition.
Also msym size changed to 512 from 256.
|
2016-12-13 01:55:08 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
9cef265402
|
should not try to set classpath for frozen classes; ref #3340
|
2016-12-12 10:34:21 +09:00 |
|
Tomoyuki Sahara
|
f2d4880098
|
Merge pull request #11 from masahino/add_casting
Add pointer casting
|
2016-12-12 06:51:03 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
6ac5473494
|
Merge pull request #3341 from kou/support-pkg-config-in-mrbgem-rake
Support pkg-config in mrbgem.rake
|
2016-12-12 01:07:27 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
1164463a7c
|
freeze classes/modules; ref #3340
|
2016-12-12 01:05:07 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
761562b65f
|
freeze instance variables; ref #3340
|
2016-12-12 01:00:24 +09:00 |
|