summary refs log tree commit diff stats
path: root/lib/pure/parseutils.nim
diff options
context:
space:
mode:
authorLemonBoy <LemonBoy@users.noreply.github.com>2018-08-14 20:38:04 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-08-14 20:38:04 +0200
commitc04404635b9efa2d6642887ca40f6222c54d9465 (patch)
treea00d4094e0085d021360c03e90aa0abd08b47f54 /lib/pure/parseutils.nim
parent9a7e6be62f6ee8818c6ef2f1504a6dd75774a616 (diff)
downloadNim-c04404635b9efa2d6642887ca40f6222c54d9465.tar.gz
Fix unsound transform pass (#8633)
When a `var openArray[T]` function parameter goes trough the
`transformAddrDeref` pass we may lose the `var` specifier, leading to
nasty crashes at runtime.
Diffstat (limited to 'lib/pure/parseutils.nim')
0 files changed, 0 insertions, 0 deletions
sion' href='/akkartik/view.love/blame/keychord.lua?id=555726a87daf815d71e73c89749f56d0ac525717'>^
4aa2003 ^
3b4daca ^
4aa2003 ^

3b4daca ^
4aa2003 ^

3b4daca ^
f4235a1 ^

3b4daca ^
f4235a1 ^
4aa2003 ^



0fab1b4 ^
1326914 ^
3b4daca ^
a6ab7a2 ^

d441f8a ^
1326914 ^
d441f8a ^


1326914 ^
d441f8a ^


1326914 ^
d441f8a ^

3b4daca ^
1326914 ^
d441f8a ^

a6ab7a2 ^


















0fab1b4 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70