Skip to content

vala: Fix possible stale pointer issue in coalesce expression.

philippejer requested to merge philippejer/vala:wip/issue/893 into master

The code generated by the coalesce expression could lead to stale pointers to the stack if the right-side expression is an immediate value (such as a literal int or a struct).

Fixes #893 (closed)

Merge request reports