/boot/home/Desktop/sources/haiku/src/apps/processcontroller/KernelMemoryBarMenuItem.cpp:141: [2] (buffer) char: Statically-sized arrays can be improperly restricted, leading to potential overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use functions that limit length, or ensure that the size is larger than the maximum possible length. char infos[128]; /boot/home/Desktop/sources/haiku/src/apps/processcontroller/MemoryBarMenu.cpp:43: [2] (buffer) char: Statically-sized arrays can be improperly restricted, leading to potential overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use functions that limit length, or ensure that the size is larger than the maximum possible length. char buffer[64]; /boot/home/Desktop/sources/haiku/src/apps/processcontroller/MemoryBarMenuItem.cpp:206: [2] (buffer) char: Statically-sized arrays can be improperly restricted, leading to potential overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use functions that limit length, or ensure that the size is larger than the maximum possible length. char infos[128]; /boot/home/Desktop/sources/haiku/src/apps/processcontroller/ProcessController.cpp:249: [2] (buffer) char: Statically-sized arrays can be improperly restricted, leading to potential overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use functions that limit length, or ensure that the size is larger than the maximum possible length. char paramString[16]; /boot/home/Desktop/sources/haiku/src/apps/processcontroller/ProcessController.cpp:250: [2] (buffer) char: Statically-sized arrays can be improperly restricted, leading to potential overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use functions that limit length, or ensure that the size is larger than the maximum possible length. char idString[16]; /boot/home/Desktop/sources/haiku/src/apps/processcontroller/ProcessController.cpp:290: [2] (buffer) char: Statically-sized arrays can be improperly restricted, leading to potential overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use functions that limit length, or ensure that the size is larger than the maximum possible length. char question[1000]; /boot/home/Desktop/sources/haiku/src/apps/processcontroller/ProcessController.cpp:829: [2] (buffer) char: Statically-sized arrays can be improperly restricted, leading to potential overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use functions that limit length, or ensure that the size is larger than the maximum possible length. char item_name[32]; /boot/home/Desktop/sources/haiku/src/apps/processcontroller/Utilities.h:23: [2] (buffer) char: Statically-sized arrays can be improperly restricted, leading to potential overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use functions that limit length, or ensure that the size is larger than the maximum possible length. char team_name[B_PATH_NAME_LENGTH];