/boot/home/Desktop/sources/haiku/src/apps/webpositive/BookmarkBar.cpp:196: [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 name[B_FILE_NAME_LENGTH]; /boot/home/Desktop/sources/haiku/src/apps/webpositive/BrowserWindow.cpp:669: [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 numStr[2]; /boot/home/Desktop/sources/haiku/src/apps/webpositive/BrowserWindow.cpp:2068: [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 entryName[B_FILE_NAME_LENGTH]; /boot/home/Desktop/sources/haiku/src/apps/webpositive/BrowserWindow.cpp:2466: [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 hexcode[4]; /boot/home/Desktop/sources/haiku/src/apps/webpositive/BrowserWindow.cpp:2470: [2] (buffer) sprintf: Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or vsnprintf. Risk is low because the source has a constant maximum length. sprintf(hexcode, "%02X", (unsigned int)result[i]); /boot/home/Desktop/sources/haiku/src/apps/webpositive/BrowserWindow.cpp:2686: [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[1024]; /boot/home/Desktop/sources/haiku/src/apps/webpositive/DownloadProgressView.cpp:483: [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 trashPath[B_PATH_NAME_LENGTH]; /boot/home/Desktop/sources/haiku/src/apps/webpositive/DownloadProgressView.cpp:749: [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 sizeBuffer[128]; /boot/home/Desktop/sources/haiku/src/apps/webpositive/support/FontSelectionView.cpp:461: [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 label[16]; /boot/home/Desktop/sources/haiku/src/apps/webpositive/support/FontSelectionView.cpp:488: [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 label[32];