summary refs log tree commit diff stats
path: root/plugins/exec
diff options
context:
space:
mode:
authorRichardHitt <rbh00@netcom.com>2013-05-24 14:07:14 -0700
committerRichardHitt <rbh00@netcom.com>2013-05-24 14:07:14 -0700
commitb690098941613261c5c1cc8cdb7e92ef0cc6871b (patch)
tree5a59787dc86fbdaccbe831b77253f953fd883e7e /plugins/exec
parent4878012065e03f9e3fe9d22a243fd430651c55d2 (diff)
parentfffe9f4bd9dea9f61f19eeee08dea0c4dd072244 (diff)
Merge pull request #622 from orium/null-ptr-favchan-fix
Fixed null pointer deref when we try to autojoin a channel
Diffstat (limited to 'plugins/exec')
0 files changed, 0 insertions, 0 deletions
evision' href='/git-repos/torxchat.git/blame/meson.build?h=feature/tls-srp&id=643269445530edd0ee6a308f771767ec3f9a1919'>^
628100c1 ^















ce91bebc ^





628100c1 ^





e9b9ff9f ^




628100c1 ^




628100c1 ^














628100c1 ^




e68976ab ^








e9b9ff9f ^



e68976ab ^

628100c1 ^

e68976ab ^




e9b9ff9f ^
e9b9ff9f ^
e68976ab ^
c2cdf0d2 ^


e68976ab ^
c7322f40 ^






e68976ab ^



628100c1 ^












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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166