[PATCH] socketutils: e is alway not NULL here because cache is static
Weixie Cui
523516579 at qq.com
Sun Mar 1 14:23:32 UTC 2026
From: Weixie Cui <cuiweixie at gmail.com>
The cache is zeros. But e = &cache[inode & CACHE_MASK], e is address of one of cache item. e is alway not NULL.
More information about the Strace-devel
mailing list