Add null check for target to optimized delegate constructor code path. Fixes case...
authorJonathan Chambers <joncham@gmail.com>
Sat, 19 Aug 2017 01:34:29 +0000 (21:34 -0400)
committerZoltan Varga <vargaz@gmail.com>
Sat, 19 Aug 2017 01:34:29 +0000 (21:34 -0400)
commit1cfd52452a4af3fd6eee32f45a8067926af8479e
tree0fcd82a546dfa8906121b254245e987f8e5eb1d5
parent8b43a1dd6af392df2158a88bebdeb6d3be809a3a
Add null check for target to optimized delegate constructor code path. Fixes case 58888 (#5404)
mono/mini/method-to-ir.c
mono/tests/Makefile.am
mono/tests/delegate14.cs [new file with mode: 0644]