• Dmitry Frank's avatar
    Fix simplelink SSL context · 8874f3de
    Dmitry Frank authored
    It wasn't checked for `NULL`, and on CC3200 NULL dereferencing addresses
    doesn't cause a crash, so it worked by pure luck: ctx->ssl_key was 0.
    After `mg_` to `miot_` refactoring it's not the case anymore (presumably
    because linker arranged objects in a different order), so this bug shown
    up.
    
    PUBLISHED_FROM=0f1cc73a078c18432c68ae0f9b14dd06b3bb4279
    8874f3de
Name
Last commit
Last update
docs Loading commit data...
examples Loading commit data...
jni Loading commit data...
tools Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
mongoose.c Loading commit data...
mongoose.h Loading commit data...