aboutsummaryrefslogtreecommitdiff
path: root/core/state
diff options
context:
space:
mode:
authorAaron Buchwald <aaron.buchwald56@gmail.com>2020-09-17 09:20:36 -0400
committerAaron Buchwald <aaron.buchwald56@gmail.com>2020-09-17 09:20:36 -0400
commit6b4efa7ff5537a7cdb1d73b18dd75f56bdadc032 (patch)
tree85da01f5b75788e257d3c355917a4b3a8ad8603b /core/state
parent8123ec9caeb1917519c1f8f67f386df142578728 (diff)
Fix potential nil pointer dereference
Diffstat (limited to 'core/state')
0 files changed, 0 insertions, 0 deletions
v class='alt'>
0651c91 ^
291895a ^

94330ab ^
291895a ^
ad1da0e


0651c91 ^
291895a ^

3f87d91 ^
291895a ^
3f87d91 ^
22413dd ^

0651c91 ^
291895a ^

94330ab ^
291895a ^
94330ab ^
291895a ^

94330ab ^
0651c91 ^
ad1da0e




0651c91 ^
ad1da0e




0651c91 ^
291895a ^

94330ab ^
291895a ^
94330ab ^
291895a ^

0651c91 ^
94330ab ^
291895a ^





0651c91 ^
ad1da0e
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
71