This repository was archived by the owner on May 18, 2019. It is now read-only.
Commit 2fee2f0
Fix code generation for function outputs.
- Fix code generation for array output function parameters with literal
default values. Such outputs were previously set to be equal to the
shared literal, which caused a segfault if the array was then assigned
to. This fix makes sure that a new array is created from the literal
instead.
Belonging to [master]:
- #29171 parent 4b0bcc2 commit 2fee2f0
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1908 | 1908 | | |
1909 | 1909 | | |
1910 | 1910 | | |
| 1911 | + | |
| 1912 | + | |
| 1913 | + | |
| 1914 | + | |
1911 | 1915 | | |
1912 | 1916 | | |
1913 | 1917 | | |
| |||
0 commit comments