xebd / accel-ppp

High performance PPTP/L2TP/PPPoE/IPoE server for Linux
GNU General Public License v2.0
296 stars 108 forks source link

triton: more general fix of thread wake up crash #44

Closed themiron closed 6 years ago

themiron commented 6 years ago

after commit 287adbfc205c02eac375f55fb94f13c073faec97 gcc still may reorder alloca() and memset() calls, happen with gcc 5.4 & O2 fix that with volatile access & memory barrier.