[runtime] Fix return of uninit value (#11823)
commitaae4a8d8fc5bcefd95bb53b67cc9e65fba1aaf49
authorAlexander Kyte <alexmkyte@gmail.com>
Wed, 28 Nov 2018 15:41:10 +0000 (28 10:41 -0500)
committerAleksey Kliger (λgeek) <akliger@gmail.com>
Wed, 28 Nov 2018 15:41:10 +0000 (28 10:41 -0500)
treeba8342058b3425aceeb93e61afe89031f6e931c8
parent53672c5f4ceb4e373270804ab782178c7d51a1bd
[runtime] Fix return of uninit value (#11823)

We have a return on line 3608 that doesn't have an
obvioius assignment to the variable "o" before that.
mono/metadata/object.c