mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 11:57:43 +08:00
fiber: fixed bug in fiber that the signed int maybe overflow
This commit is contained in:
parent
7b4023940f
commit
8b24ba7ac2
@ -1,4 +1,8 @@
|
|||||||
|
|
||||||
|
71) 2017.10.27
|
||||||
|
71.1) bugfix: fiber.c,__thread_fiber->switched 原来为有符号 int 型,有可能会
|
||||||
|
因溢出问题造成协程调度出问题
|
||||||
|
|
||||||
70) 2017.10.20
|
70) 2017.10.20
|
||||||
70.1) feature: EVENT::poll_list, epoll_list 可以采用 FIFO 或 STACK
|
70.1) feature: EVENT::poll_list, epoll_list 可以采用 FIFO 或 STACK
|
||||||
70.2) feature: hook sendfile/sendfile64
|
70.2) feature: hook sendfile/sendfile64
|
||||||
|
Loading…
Reference in New Issue
Block a user