mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 17:19:56 -05:00
It's invalid to reference a C++ string's c_str() buffer after the object
goes out of scope. Adjust the scope of the string to match the use in
write(2) to fix the misuse.
CID:
|
||
|---|---|---|
| .. | ||
| cmd_pmc.h | ||
| cmd_pmc_filter.cc | ||
| cmd_pmc_list.c | ||
| cmd_pmc_stat.c | ||
| cmd_pmc_summary.cc | ||
| Makefile | ||
| pmc.c | ||
| pmc_util.c | ||