summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2018-06-09 16:45:53 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2018-06-09 18:37:11 -0700
commit4d5bf9286c2c351711ddb35d4a5931197b26e795 (patch)
tree2a82a4fbfc3aba036b0145523e1a1685a8586ce7 /.vimrc
parent7c492d65bc07188b2e6b2a1a5b369d852b2f2fa6 (diff)
There are edge conditions in which the media_result verb can be requested before lms_proxy has been initialized which will cause a segfault. This patchset reorders operations to be sure lms_proxy is initialized before running returning from .init() Bug-AGL: SPEC-1496 Change-Id: I160167e95b6e301aaaabc63efe08972976d18a63 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to '.vimrc')
0 files changed, 0 insertions, 0 deletions
n190'>190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279