We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fcbd80 commit 636bcaaCopy full SHA for 636bcaa
1 file changed
src/util/kmod.c
@@ -51,7 +51,6 @@ bool ffKmodLoaded(const char* modName)
51
{
52
struct iovec iov = {};
53
54
- // 初始尝试分配的内存大小
55
for (size_t len = 8192;; len = iov.iov_len)
56
57
iov.iov_len = len;
0 commit comments