This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
liuyang 8cb6ca5d82 20180718-2
修改valgrind检查到一处invalid write:
kni.c:2291memset(g_kni_comminfo.fd_tun,0,sizeof(g_kni_comminfo.thread_num*sizeof(int)));修改为:
memset(g_kni_comminfo.fd_tun,0,g_kni_comminfo.thread_num*sizeof(int));
2018-07-18 10:55:16 +08:00
2018-07-12 17:49:00 +08:00
2018-07-18 10:55:16 +08:00
2018-07-18 10:37:20 +08:00
2018-07-10 09:32:18 +08:00
Description
No description provided
2.1 MiB
Languages
C++ 63.8%
C 24%
Shell 10%
CMake 2.2%