about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Hafskjold Thoresen <git@mht.wtf>2019-06-18 00:32:57 +0200
committerDrew DeVault <sir@cmpwn.com>2019-06-18 19:39:42 -0400
commit53df15ae06214b2c2e4aa176f125093334c8c0f9 (patch)
tree467eda5ee92bb2074ca03a3dd35c1c458f18cdbb /Makefile
parent74af57b6c617382ed0e8cd79626cac98ffc2e549 (diff)
downloadaerc-53df15ae06214b2c2e4aa176f125093334c8c0f9.tar.gz
Insert nil check before handling prev/next message
If these are called before the store is setup, `acct.Store()` returns
`nil`, and we SEGFAULT in `MessageStore.nextPrev`.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
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 167 168 169