Open
Description
It assumes that /proc/self/cpuset exists here,
tcmalloc/tcmalloc/internal/percpu.cc
Line 238 in 537629b
but actually this file doesn't exist if kernel has been built with CONFIG_PROC_PID_CPUSET=n.
when /proc/self/cpuset doesn't exist, open() must be failed and variable fd become negative, then it will crash here.
tcmalloc/tcmalloc/internal/percpu.cc
Line 239 in 537629b
Metadata
Metadata
Assignees
Labels
No labels