micropython/extmod
Paul Sokolovsky 4deb4936d5 extmod/modlwip: socket->incoming changed by async callbacks, must be volatile.
Otherwise for code like:

while (socket->incoming == NULL) {
    LWIP_DELAY(100);
}

a compiler may cache it in a register and it will be an infinite loop.
2015-10-31 19:51:23 +03:00
..
crypto-algorithms
lwip-include
re1.5
uzlib
modlwip.c extmod/modlwip: socket->incoming changed by async callbacks, must be volatile. 2015-10-31 19:51:23 +03:00
modmachine.c
modubinascii.c
modubinascii.h
moductypes.c
moduhashlib.c
moduheapq.c
modujson.c
modure.c
modussl.c
moduzlib.c