Flawfinder version 2.0.10, (C) 2001-2019 David A. Wheeler.
Number of rules (primarily dangerous function names) in C/C++ ruleset: 223
Examining data/vulkan-loader-1.2.154.1/tests/test_common.h
Examining data/vulkan-loader-1.2.154.1/tests/layers/wrap_objects.cpp
Examining data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_data.h
Examining data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_table.cpp
Examining data/vulkan-loader-1.2.154.1/tests/layers/test.cpp
Examining data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_utils.h
Examining data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_logging.h
Examining data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_extension_utils.h
Examining data/vulkan-loader-1.2.154.1/tests/layers/wrap_objects.h
Examining data/vulkan-loader-1.2.154.1/tests/layers/vk_format_utils.h
Examining data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_table.h
Examining data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_extension_utils.cpp
Examining data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_config.h
Examining data/vulkan-loader-1.2.154.1/tests/loader_validation_tests.cpp
Examining data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_xcb.h
Examining data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_win32.h
Examining data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.h
Examining data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vk_platform.h
Examining data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vk_sdk_platform.h
Examining data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_ios.h
Examining data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_android.h
Examining data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vk_icd.h
Examining data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_macos.h
Examining data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_ggp.h
Examining data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_fuchsia.h
Examining data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_beta.h
Examining data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_metal.h
Examining data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_xlib.h
Examining data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_xlib_xrandr.h
Examining data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_directfb.h
Examining data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_vi.h
Examining data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_core.h
Examining data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp
Examining data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vk_layer.h
Examining data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_wayland.h
Examining data/vulkan-loader-1.2.154.1/loader/vk_loader_layer.h
Examining data/vulkan-loader-1.2.154.1/loader/phys_dev_ext.c
Examining data/vulkan-loader-1.2.154.1/loader/loader.c
Examining data/vulkan-loader-1.2.154.1/loader/extension_manual.h
Examining data/vulkan-loader-1.2.154.1/loader/debug_utils.c
Examining data/vulkan-loader-1.2.154.1/loader/dev_ext_trampoline.c
Examining data/vulkan-loader-1.2.154.1/loader/generated/vk_layer_dispatch_table.h
Examining data/vulkan-loader-1.2.154.1/loader/generated/vk_object_types.h
Examining data/vulkan-loader-1.2.154.1/loader/generated/vk_dispatch_table_helper.h
Examining data/vulkan-loader-1.2.154.1/loader/generated/vk_loader_extensions.c
Examining data/vulkan-loader-1.2.154.1/loader/generated/vk_loader_extensions.h
Examining data/vulkan-loader-1.2.154.1/loader/vk_loader_platform.h
Examining data/vulkan-loader-1.2.154.1/loader/adapters.h
Examining data/vulkan-loader-1.2.154.1/loader/wsi.c
Examining data/vulkan-loader-1.2.154.1/loader/cJSON.c
Examining data/vulkan-loader-1.2.154.1/loader/gpa_helper.h
Examining data/vulkan-loader-1.2.154.1/loader/dirent_on_windows.c
Examining data/vulkan-loader-1.2.154.1/loader/unknown_ext_chain.c
Examining data/vulkan-loader-1.2.154.1/loader/asm_offset.c
Examining data/vulkan-loader-1.2.154.1/loader/debug_utils.h
Examining data/vulkan-loader-1.2.154.1/loader/loader.h
Examining data/vulkan-loader-1.2.154.1/loader/dirent_on_windows.h
Examining data/vulkan-loader-1.2.154.1/loader/murmurhash.h
Examining data/vulkan-loader-1.2.154.1/loader/trampoline.c
Examining data/vulkan-loader-1.2.154.1/loader/wsi.h
Examining data/vulkan-loader-1.2.154.1/loader/murmurhash.c
Examining data/vulkan-loader-1.2.154.1/loader/cJSON.h
Examining data/vulkan-loader-1.2.154.1/loader/extension_manual.c

FINAL RESULTS:

data/vulkan-loader-1.2.154.1/loader/vk_loader_platform.h:106:21:  [5] (race) readlink:
  This accepts filename arguments; if an attacker can move those files or
  change the link content, a race condition results. Also, it does not
  terminate with ASCII NUL. (CWE-362, CWE-20). Reconsider approach.
    ssize_t count = readlink("/proc/self/exe", buffer, size);
data/vulkan-loader-1.2.154.1/loader/cJSON.c:361:9:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
        strcpy(ptr2, str);
data/vulkan-loader-1.2.154.1/loader/cJSON.c:893:13:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
            strcpy(ptr, entries[j]);
data/vulkan-loader-1.2.154.1/loader/dirent_on_windows.c:41:13:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
            strcat(strcpy(dir->name, name), all);
data/vulkan-loader-1.2.154.1/loader/dirent_on_windows.c:41:20:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
            strcat(strcpy(dir->name, name), all);
data/vulkan-loader-1.2.154.1/loader/loader.c:396:11:  [4] (format) vsnprintf:
  If format strings can be influenced by an attacker, they can be exploited,
  and note that sprintf variations do not always \0-terminate (CWE-134). Use
  a constant for the format specification.
    ret = vsnprintf(msg, sizeof(msg), format, ap);
data/vulkan-loader-1.2.154.1/loader/loader.c:1677:13:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
            strcpy(ext_list->list[idx].entrypoints[i], entrys[i]);
data/vulkan-loader-1.2.154.1/loader/loader.c:2434:5:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
    strcpy(new_scanned_icd->lib_name, filename);
data/vulkan-loader-1.2.154.1/loader/loader.c:2605:9:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
        strcpy(dirs_copy, dirs);
data/vulkan-loader-1.2.154.1/loader/loader.c:2976:9:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
        strcpy(var, &temp[1]);                                                 \
data/vulkan-loader-1.2.154.1/loader/loader.c:3040:13:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
            strcpy(date_copy, &temp[1]);
data/vulkan-loader-1.2.154.1/loader/loader.c:3107:9:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
        strcpy(library_path_str, &temp[1]);
data/vulkan-loader-1.2.154.1/loader/loader.c:3116:17:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
                strcpy(name_copy, filename);
data/vulkan-loader-1.2.154.1/loader/loader.c:3289:17:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
                strcpy(var, &temp[1]);                      \
data/vulkan-loader-1.2.154.1/loader/loader.c:3420:21:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
                    strcpy(entry_array[j], &temp[1]);
data/vulkan-loader-1.2.154.1/loader/loader.c:3814:5:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
    strcpy(out_files->filename_list[out_files->count++], file_name);
data/vulkan-loader-1.2.154.1/loader/loader.c:3887:13:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
            strcpy(temp_path, cur_file);
data/vulkan-loader-1.2.154.1/loader/loader.c:3965:13:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
            strcpy(home_root, home);
data/vulkan-loader-1.2.154.1/loader/loader.c:4041:9:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
        strcpy(cur_path_ptr, override_path);
data/vulkan-loader-1.2.154.1/loader/loader.c:4602:17:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
                strcpy(library_path, &temp[1]);
data/vulkan-loader-1.2.154.1/loader/loader.c:4620:21:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
                    strcpy(name_copy, file_str);
data/vulkan-loader-1.2.154.1/loader/loader.c:5642:5:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
    strcpy(name, layer_env);
data/vulkan-loader-1.2.154.1/loader/vk_loader_platform.h:87:9:  [4] (race) access:
  This usually indicates a security flaw. If an attacker can change anything
  along the path between the call to access() and the file's actual use
  (e.g., by moving files), the attacker can exploit the race condition
  (CWE-362/CWE-367!). Set up the correct permissions (e.g., using setuid())
  and try to open the file directly.
    if (access(path, F_OK))
data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_logging.h:790:99:  [4] (format) printf:
  If format strings can be influenced by an attacker, they can be exploited
  (CWE-134). Use a constant for the format specification.
static inline int string_sprintf(std::string *output, const char *fmt, ...) __attribute__((format(printf, 2, 3)));
data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_logging.h:796:19:  [4] (format) vsnprintf:
  If format strings can be influenced by an attacker, they can be exploited,
  and note that sprintf variations do not always \0-terminate (CWE-134). Use
  a constant for the format specification.
    int reserve = vsnprintf(nullptr, 0, fmt, argptr);
data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_logging.h:800:18:  [4] (format) vsnprintf:
  If format strings can be influenced by an attacker, they can be exploited,
  and note that sprintf variations do not always \0-terminate (CWE-134). Use
  a constant for the format specification.
    int result = vsnprintf((char *)formatted.data(), formatted.capacity(), fmt, argptr);
data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_logging.h:825:114:  [4] (format) printf:
  If format strings can be influenced by an attacker, they can be exploited
  (CWE-134). Use a constant for the format specification.
                           uint64_t src_object, int32_t msg_code, const char *format, ...) __attribute__((format(printf, 6, 7)));
data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_logging.h:828:27:  [4] (format) printf:
  If format strings can be influenced by an attacker, they can be exploited
  (CWE-134). Use a constant for the format specification.
    __attribute__((format(printf, 6, 7)));
data/vulkan-loader-1.2.154.1/tests/loader_validation_tests.cpp:312:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
    sprintf(print_command, "\t%%04d\t%%p (%%p) : 0x%%%s (0x%%%s) : scope %%d : user_data 0x%%%s\n", PRIxLEAST64, PRIxLEAST64,
data/vulkan-loader-1.2.154.1/tests/loader_validation_tests.cpp:319:13:  [4] (format) printf:
  If format strings can be influenced by an attacker, they can be exploited
  (CWE-134). Use a constant for the format specification.
            printf(print_command, iii, g_allocated_vector[iii].aligned_start_addr, g_allocated_vector[iii].actual_start_addr,
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vk_sdk_platform.h:39:9:  [4] (format) snprintf:
  If format strings can be influenced by an attacker, they can be exploited,
  and note that sprintf variations do not always \0-terminate (CWE-134). Use
  a constant for the format specification.
#define snprintf _snprintf
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vk_sdk_platform.h:39:18:  [4] (format) _snprintf:
  If format strings can be influenced by an attacker, they can be exploited,
  and note that sprintf variations do not always \0-terminate (CWE-134). Use
  a constant for the format specification.
#define snprintf _snprintf
data/vulkan-loader-1.2.154.1/loader/loader.c:263:12:  [3] (buffer) getenv:
  Environment variables are untrustable input if they can be set by an
  attacker. They can have any content and length, and the same variable can
  be set more than once (CWE-807, CWE-20). Check environment variables
  carefully before using them.
    return getenv(name);
data/vulkan-loader-1.2.154.1/loader/loader.c:2507:5:  [3] (misc) LoadLibrary:
  Ensure that the full path to the library is specified, or current directory
  may be used (CWE-829, CWE-20). Use registry entry or GetWindowsDirectory to
  find library path, if you aren't already.
    LoadLibrary("gdi32.dll");
data/vulkan-loader-1.2.154.1/loader/loader.c:2512:27:  [3] (misc) LoadLibrary:
  Ensure that the full path to the library is specified, or current directory
  may be used (CWE-829, CWE-20). Use registry entry or GetWindowsDirectory to
  find library path, if you aren't already.
    HMODULE dxgi_module = LoadLibrary(systemPath);
data/vulkan-loader-1.2.154.1/loader/vk_loader_platform.h:324:44:  [3] (misc) LoadLibrary:
  Ensure that the full path to the library is specified, or current directory
  may be used (CWE-829, CWE-20). Use registry entry or GetWindowsDirectory to
  find library path, if you aren't already.
    loader_platform_dl_handle lib_handle = LoadLibrary(lib_path);
data/vulkan-loader-1.2.154.1/loader/vk_loader_platform.h:327:22:  [3] (misc) LoadLibraryEx:
  Ensure that the full path to the library is specified, or current directory
  may be used (CWE-829, CWE-20). Use registry entry or GetWindowsDirectory to
  find library path, if you aren't already.
        lib_handle = LoadLibraryEx(lib_path, NULL, LOAD_LIBRARY_SEARCH_DEFAULT_DIRS | LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR);
data/vulkan-loader-1.2.154.1/loader/vk_loader_platform.h:381:89:  [3] (misc) InitializeCriticalSection:
  Exceptions can be thrown in low-memory situations. Use
  InitializeCriticalSectionAndSpinCount instead.
static void loader_platform_thread_create_mutex(loader_platform_thread_mutex *pMutex) { InitializeCriticalSection(pMutex); }
data/vulkan-loader-1.2.154.1/loader/vk_loader_platform.h:382:87:  [3] (misc) EnterCriticalSection:
  On some versions of Windows, exceptions can be thrown in low-memory
  situations. Use InitializeCriticalSectionAndSpinCount instead.
static void loader_platform_thread_lock_mutex(loader_platform_thread_mutex *pMutex) { EnterCriticalSection(pMutex); }
data/vulkan-loader-1.2.154.1/tests/test_common.h:165:85:  [3] (misc) InitializeCriticalSection:
  Exceptions can be thrown in low-memory situations. Use
  InitializeCriticalSectionAndSpinCount instead.
static void test_platform_thread_create_mutex(test_platform_thread_mutex *pMutex) { InitializeCriticalSection(pMutex); }
data/vulkan-loader-1.2.154.1/tests/test_common.h:166:83:  [3] (misc) EnterCriticalSection:
  On some versions of Windows, exceptions can be thrown in low-memory
  situations. Use InitializeCriticalSectionAndSpinCount instead.
static void test_platform_thread_lock_mutex(test_platform_thread_mutex *pMutex) { EnterCriticalSection(pMutex); }
data/vulkan-loader-1.2.154.1/loader/asm_offset.c:79:18:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    FILE *file = fopen("gen_defines.asm", "w");
data/vulkan-loader-1.2.154.1/loader/cJSON.c:51:5:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
    memcpy(copy, str, len);
data/vulkan-loader-1.2.154.1/loader/cJSON.c:155:20:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
    if (newbuffer) memcpy(newbuffer, p->buffer, p->length);
data/vulkan-loader-1.2.154.1/loader/cJSON.c:184:18:  [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.
        if (str) sprintf(str, "%d", item->valueint);
data/vulkan-loader-1.2.154.1/loader/cJSON.c:192:17:  [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(str, "%.0f", d);
data/vulkan-loader-1.2.154.1/loader/cJSON.c:194:17:  [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(str, "%e", d);
data/vulkan-loader-1.2.154.1/loader/cJSON.c:196:17:  [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(str, "%f", d);
data/vulkan-loader-1.2.154.1/loader/cJSON.c:246: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.
static const unsigned char firstByteMark[7] = {0x00, 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC};
data/vulkan-loader-1.2.154.1/loader/cJSON.c:373:9:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
        strcpy(out, "\"\"");
data/vulkan-loader-1.2.154.1/loader/cJSON.c:421:21:  [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(ptr2, "u%04x", token);
data/vulkan-loader-1.2.154.1/loader/cJSON.c:530:26:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
                if (out) strcpy(out, "null");
data/vulkan-loader-1.2.154.1/loader/cJSON.c:535:26:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
                if (out) strcpy(out, "false");
data/vulkan-loader-1.2.154.1/loader/cJSON.c:540:26:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
                if (out) strcpy(out, "true");
data/vulkan-loader-1.2.154.1/loader/cJSON.c:633:18:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
        if (out) strcpy(out, "[]");
data/vulkan-loader-1.2.154.1/loader/cJSON.c:700:13:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
            memcpy(ptr, entries[j], tmplen);
data/vulkan-loader-1.2.154.1/loader/cJSON.c:889:13:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
            memcpy(ptr, names[j], tmplen);
data/vulkan-loader-1.2.154.1/loader/cJSON.c:939:5:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
    memcpy(ref, item, sizeof(cJSON));
data/vulkan-loader-1.2.154.1/loader/debug_utils.c:211:13:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
            memcpy(pInfos, pNext, sizeof(VkDebugUtilsMessengerCreateInfoEXT));
data/vulkan-loader-1.2.154.1/loader/debug_utils.c:618:13:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
            memcpy(pInfos, pNext, sizeof(VkDebugReportCallbackCreateInfoEXT));
data/vulkan-loader-1.2.154.1/loader/generated/vk_loader_extensions.c:2460:5:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
    memcpy(&local_tag_info, pTagInfo, sizeof(VkDebugMarkerObjectTagInfoEXT));
data/vulkan-loader-1.2.154.1/loader/generated/vk_loader_extensions.c:2477:9:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
        memcpy(&local_tag_info, pTagInfo, sizeof(VkDebugMarkerObjectTagInfoEXT));
data/vulkan-loader-1.2.154.1/loader/generated/vk_loader_extensions.c:2502:5:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
    memcpy(&local_name_info, pNameInfo, sizeof(VkDebugMarkerObjectNameInfoEXT));
data/vulkan-loader-1.2.154.1/loader/generated/vk_loader_extensions.c:2519:9:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
        memcpy(&local_name_info, pNameInfo, sizeof(VkDebugMarkerObjectNameInfoEXT));
data/vulkan-loader-1.2.154.1/loader/generated/vk_loader_extensions.c:2860:5:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
    memcpy(&local_name_info, pNameInfo, sizeof(VkDebugUtilsObjectNameInfoEXT));
data/vulkan-loader-1.2.154.1/loader/generated/vk_loader_extensions.c:2881:9:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
        memcpy(&local_name_info, pNameInfo, sizeof(VkDebugUtilsObjectNameInfoEXT));
data/vulkan-loader-1.2.154.1/loader/generated/vk_loader_extensions.c:2906:5:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
    memcpy(&local_tag_info, pTagInfo, sizeof(VkDebugUtilsObjectTagInfoEXT));
data/vulkan-loader-1.2.154.1/loader/generated/vk_loader_extensions.c:2927:9:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
        memcpy(&local_tag_info, pTagInfo, sizeof(VkDebugUtilsObjectTagInfoEXT));
data/vulkan-loader-1.2.154.1/loader/generated/vk_object_types.h:87:14:  [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.
static const char * const object_string[kVulkanObjectTypeMax] = {
data/vulkan-loader-1.2.154.1/loader/loader.c:389:5:  [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 msg[512];
data/vulkan-loader-1.2.154.1/loader/loader.c:390:5:  [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 cmd_line_msg[512];
data/vulkan-loader-1.2.154.1/loader/loader.c:700:5:  [2] (buffer) wchar_t:
  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.
    wchar_t childGuid[MAX_GUID_STRING_LEN + 2];  // +2 for brackets {}
data/vulkan-loader-1.2.154.1/loader/loader.c:772:17:  [2] (buffer) wchar_t:
  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.
                wchar_t buffer[MAX_DEVICE_ID_LEN];
data/vulkan-loader-1.2.154.1/loader/loader.c:874:5:  [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[2048];
data/vulkan-loader-1.2.154.1/loader/loader.c:1102:27:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
        major = (uint16_t)atoi(vers_tok);
data/vulkan-loader-1.2.154.1/loader/loader.c:1105:31:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
            minor = (uint16_t)atoi(vers_tok);
data/vulkan-loader-1.2.154.1/loader/loader.c:1108:35:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
                patch = (uint16_t)atoi(vers_tok);
data/vulkan-loader-1.2.154.1/loader/loader.c:1450:9:  [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 spec_version[64];
data/vulkan-loader-1.2.154.1/loader/loader.c:1488:9:  [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 spec_version[64];
data/vulkan-loader-1.2.154.1/loader/loader.c:1522:13:  [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 spec_version[64];
data/vulkan-loader-1.2.154.1/loader/loader.c:1604:9:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
        memcpy(&ext_list->list[ext_list->count], cur_ext, sizeof(VkExtensionProperties));
data/vulkan-loader-1.2.154.1/loader/loader.c:1646:5:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
    memcpy(&ext_list->list[idx].props, props, sizeof(*props));
data/vulkan-loader-1.2.154.1/loader/loader.c:1757:9:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
        memcpy(&list->list[list->count], layer, sizeof(struct loader_layer_properties));
data/vulkan-loader-1.2.154.1/loader/loader.c:2050:30:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
    if (NULL != env_value && atoi(env_value) != 0) {
data/vulkan-loader-1.2.154.1/loader/loader.c:2509:5:  [2] (buffer) TCHAR:
  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.
    TCHAR systemPath[MAX_PATH] = "";
data/vulkan-loader-1.2.154.1/loader/loader.c:2637:12:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    file = fopen(filename, "rb");
data/vulkan-loader-1.2.154.1/loader/loader.c:2842:5:  [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 cur_path[MAX_STRING_SIZE];
data/vulkan-loader-1.2.154.1/loader/loader.c:3028:13:  [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 date_copy[32];
data/vulkan-loader-1.2.154.1/loader/loader.c:3053:58:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
                                props->expiration.year = atoi(cur_start);
data/vulkan-loader-1.2.154.1/loader/loader.c:3056:59:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
                                props->expiration.month = atoi(cur_start);
data/vulkan-loader-1.2.154.1/loader/loader.c:3059:57:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
                                props->expiration.day = atoi(cur_start);
data/vulkan-loader-1.2.154.1/loader/loader.c:3062:58:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
                                props->expiration.hour = atoi(cur_start);
data/vulkan-loader-1.2.154.1/loader/loader.c:3065:60:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
                                props->expiration.minute = atoi(cur_start);
data/vulkan-loader-1.2.154.1/loader/loader.c:3257:41:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
    props->info.implementationVersion = atoi(implementation_version);
data/vulkan-loader-1.2.154.1/loader/loader.c:3365:40:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
                ext_prop.specVersion = atoi(spec_version);
data/vulkan-loader-1.2.154.1/loader/loader.c:3394:40:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
                ext_prop.specVersion = atoi(spec_version);
data/vulkan-loader-1.2.154.1/loader/loader.c:3618:40:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
        json_version.major = (uint16_t)atoi(vers_tok);
data/vulkan-loader-1.2.154.1/loader/loader.c:3621:44:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
            json_version.minor = (uint16_t)atoi(vers_tok);
data/vulkan-loader-1.2.154.1/loader/loader.c:3624:48:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
                json_version.patch = (uint16_t)atoi(vers_tok);
data/vulkan-loader-1.2.154.1/loader/loader.c:3734:17:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
                memcpy(cur_write, &cur_path[start], s);
data/vulkan-loader-1.2.154.1/loader/loader.c:3743:21:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
                    memcpy(cur_write, relative_path, relative_path_size);
data/vulkan-loader-1.2.154.1/loader/loader.c:3829:5:  [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 full_path[2048];
data/vulkan-loader-1.2.154.1/loader/loader.c:3831:5:  [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 temp_path[2048];
data/vulkan-loader-1.2.154.1/loader/loader.c:3966:13:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
            strcat(home_root, "/.local/share");
data/vulkan-loader-1.2.154.1/loader/loader.c:4055:25:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
                        memcpy(cur_path_ptr, relative_location, rel_size);
data/vulkan-loader-1.2.154.1/loader/loader.c:4089:5:  [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 path_sep_str[2] = {PATH_SEPARATOR, '\0'};
data/vulkan-loader-1.2.154.1/loader/loader.c:4244:17:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
                memcpy(full_info, &filename_info, sizeof(LoaderQueryRegistryInfo));
data/vulkan-loader-1.2.154.1/loader/loader.c:4551:41:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
            file_major_vers = (uint16_t)atoi(vers_tok);
data/vulkan-loader-1.2.154.1/loader/loader.c:4554:45:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
                file_minor_vers = (uint16_t)atoi(vers_tok);
data/vulkan-loader-1.2.154.1/loader/loader.c:4557:49:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
                    file_patch_vers = (uint16_t)atoi(vers_tok);
data/vulkan-loader-1.2.154.1/loader/loader.c:4613:17:  [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 fullpath[MAX_STRING_SIZE];
data/vulkan-loader-1.2.154.1/loader/loader.c:5814:9:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
        memcpy(dev->app_activated_layer_list.list, inst->app_activated_layer_list.list,
data/vulkan-loader-1.2.154.1/loader/loader.c:5835:9:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
        memcpy(dev->expanded_activated_layer_list.list, inst->expanded_activated_layer_list.list,
data/vulkan-loader-1.2.154.1/loader/loader.c:5921:5:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
    memcpy(&loader_create_info, pCreateInfo, sizeof(VkInstanceCreateInfo));
data/vulkan-loader-1.2.154.1/loader/loader.c:6113:5:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
    memcpy(&loader_create_info, pCreateInfo, sizeof(VkDeviceCreateInfo));
data/vulkan-loader-1.2.154.1/loader/loader.c:6131:21:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
                    memcpy(temp_struct, cur_struct, sizeof(VkDeviceGroupDeviceCreateInfoKHR));
data/vulkan-loader-1.2.154.1/loader/loader.c:6340:34:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
        if (NULL != env_value && atoi(env_value) != 0) {
data/vulkan-loader-1.2.154.1/loader/loader.c:6771:21:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
                    memcpy(temp_struct, cur_struct, sizeof(VkDeviceGroupDeviceCreateInfo));
data/vulkan-loader-1.2.154.1/loader/loader.c:7551:17:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
                memcpy(&pProperties[i], &dev_ext_list->list[i].props, sizeof(VkExtensionProperties));
data/vulkan-loader-1.2.154.1/loader/loader.c:7798:9:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
        memcpy(&pProperties[i], &global_ext_list->list[i], sizeof(VkExtensionProperties));
data/vulkan-loader-1.2.154.1/loader/loader.c:7836:9:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
        memcpy(&pProperties[i], &instance_layer_list.list[i].info, sizeof(VkLayerProperties));
data/vulkan-loader-1.2.154.1/loader/loader.c:8127:13:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
            memcpy(new_phys_dev_groups[idx], group_properties, sizeof(VkPhysicalDeviceGroupPropertiesKHR));
data/vulkan-loader-1.2.154.1/loader/loader.c:8181:13:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
            memcpy(new_phys_dev_groups[idx], &local_phys_dev_groups[new_idx],
data/vulkan-loader-1.2.154.1/loader/loader.c:8255:13:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
            memcpy(&pPhysicalDeviceGroupProperties[i], inst->phys_dev_groups_term[i],
data/vulkan-loader-1.2.154.1/loader/loader.c:8494:17:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
                memcpy(&pQueueFamilyProperties[i].queueFamilyProperties, &properties[i], sizeof(VkQueueFamilyProperties));
data/vulkan-loader-1.2.154.1/loader/loader.c:8595:17:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
                memcpy(&pProperties[i].properties, &properties[i], sizeof(VkSparseImageFormatProperties));
data/vulkan-loader-1.2.154.1/loader/loader.h:111:5:  [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[MAX_STRING_SIZE];
data/vulkan-loader-1.2.154.1/loader/loader.h:112:5:  [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 value[MAX_STRING_SIZE];
data/vulkan-loader-1.2.154.1/loader/loader.h:116:5:  [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 str_gipa[MAX_STRING_SIZE];
data/vulkan-loader-1.2.154.1/loader/loader.h:117:5:  [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 str_gdpa[MAX_STRING_SIZE];
data/vulkan-loader-1.2.154.1/loader/loader.h:118:5:  [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 str_negotiate_interface[MAX_STRING_SIZE];
data/vulkan-loader-1.2.154.1/loader/loader.h:137:5:  [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 lib_name[MAX_STRING_SIZE];
data/vulkan-loader-1.2.154.1/loader/loader.h:145:5:  [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 (*component_layer_names)[MAX_STRING_SIZE];
data/vulkan-loader-1.2.154.1/loader/loader.h:147:9:  [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 enumerate_instance_extension_properties[MAX_STRING_SIZE];
data/vulkan-loader-1.2.154.1/loader/loader.h:148:9:  [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 enumerate_instance_layer_properties[MAX_STRING_SIZE];
data/vulkan-loader-1.2.154.1/loader/loader.h:149:9:  [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 enumerate_instance_version[MAX_STRING_SIZE];
data/vulkan-loader-1.2.154.1/loader/loader.h:152:5:  [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 (*override_paths)[MAX_STRING_SIZE];
data/vulkan-loader-1.2.154.1/loader/loader.h:158:5:  [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 (*blacklist_layer_names)[MAX_STRING_SIZE];
data/vulkan-loader-1.2.154.1/loader/loader.h:160:5:  [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 (*app_key_paths)[MAX_STRING_SIZE];
data/vulkan-loader-1.2.154.1/loader/trampoline.c:507:5:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
    memcpy(&ptr_instance->disp->layer_inst_disp, &instance_disp, sizeof(instance_disp));
data/vulkan-loader-1.2.154.1/loader/trampoline.c:847:9:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
        memcpy(&pProperties[i], &(enabled_layers->list[i].info), sizeof(VkLayerProperties));
data/vulkan-loader-1.2.154.1/loader/trampoline.c:2141:13:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
            memcpy(new_phys_dev_groups[new_idx], &local_phys_dev_groups[new_idx],
data/vulkan-loader-1.2.154.1/loader/trampoline.c:2226:13:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
            memcpy(&pPhysicalDeviceGroupProperties[i], inst->phys_dev_groups_tramp[i],
data/vulkan-loader-1.2.154.1/loader/vk_loader_platform.h:332:12:  [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.
    static char errorMsg[164];
data/vulkan-loader-1.2.154.1/loader/vk_loader_platform.h:343:12:  [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.
    static char errorMsg[120];
data/vulkan-loader-1.2.154.1/loader/wsi.c:434:17:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
                memcpy(pCreateCopy, pCreateInfo, sizeof(VkSwapchainCreateInfoKHR));
data/vulkan-loader-1.2.154.1/loader/wsi.c:1675:17:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
                memcpy(pCreateCopy, pCreateInfos, sizeof(VkSwapchainCreateInfoKHR) * swapchainCount);
data/vulkan-loader-1.2.154.1/loader/wsi.c:1804:9:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
        memcpy(&pProperties[i].displayProperties, &properties[i], sizeof(VkDisplayPropertiesKHR));
data/vulkan-loader-1.2.154.1/loader/wsi.c:1854:9:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
        memcpy(&pProperties[i].displayPlaneProperties, &properties[i], sizeof(VkDisplayPlanePropertiesKHR));
data/vulkan-loader-1.2.154.1/loader/wsi.c:1904:9:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
        memcpy(&pProperties[i].displayModeProperties, &properties[i], sizeof(VkDisplayModePropertiesKHR));
data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_extension_utils.cpp:40:5:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
    memcpy(pProperties, layer_extensions, copy_size * sizeof(VkExtensionProperties));
data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_extension_utils.cpp:59:5:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
    memcpy(pProperties, layer_properties, copy_size * sizeof(VkLayerProperties));
data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_logging.h:647:13:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
            memcpy(pInfos, pNext, sizeof(VkDebugReportCallbackCreateInfoEXT));
data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_logging.h:731:13:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
            memcpy(pInfos, pNext, sizeof(VkDebugUtilsMessengerCreateInfoEXT));
data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_logging.h:891:5:  [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 msg_flag_string[30];
data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_logging.h:906:5:  [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 msg_flag_string[30];
data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_logging.h:907:5:  [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 buf[2048];
data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_logging.h:934:5:  [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 msg_severity[30];
data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_logging.h:935:5:  [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 msg_type[30];
data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_logging.h:957:5:  [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 buf[2048];
data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_logging.h:958:5:  [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 msg_severity[30];
data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_logging.h:959:5:  [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 msg_type[30];
data/vulkan-loader-1.2.154.1/tests/loader_validation_tests.cpp:311:5:  [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 print_command[1024];
data/vulkan-loader-1.2.154.1/tests/loader_validation_tests.cpp:390:25:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
                        memcpy(pNew, pOriginal, copy_size);
data/vulkan-loader-1.2.154.1/tests/loader_validation_tests.cpp:594:5:  [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 const *const names2[2] = {"VK_LAYER_LUNARG_test", "VK_LAYER_LUNARG_wrap_objects"};
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:14216:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AabbPositionsKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:14408:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void*>(this), &rhs, sizeof( VULKAN_HPP_NAMESPACE::DeviceOrHostAddressConstKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:14433:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void*>(this), &rhs, sizeof( VULKAN_HPP_NAMESPACE::DeviceOrHostAddressConstKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:14484:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AccelerationStructureGeometryTrianglesDataKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:14592:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AccelerationStructureGeometryAabbsDataKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:14672:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AccelerationStructureGeometryInstancesDataKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:14730:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void*>(this), &rhs, sizeof( VULKAN_HPP_NAMESPACE::AccelerationStructureGeometryDataKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:14765:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void*>(this), &rhs, sizeof( VULKAN_HPP_NAMESPACE::AccelerationStructureGeometryDataKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:14818:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AccelerationStructureGeometryKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:14883:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void*>(this), &rhs, sizeof( VULKAN_HPP_NAMESPACE::DeviceOrHostAddressKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:14908:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void*>(this), &rhs, sizeof( VULKAN_HPP_NAMESPACE::DeviceOrHostAddressKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:14959:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AccelerationStructureBuildGeometryInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:15087:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AccelerationStructureBuildOffsetInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:15184:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AccelerationStructureCreateGeometryTypeInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:15319:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AccelerationStructureCreateInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:15556:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( GeometryTrianglesNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:15723:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( GeometryAABBNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:15833:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( GeometryDataNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:15912:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( GeometryNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:16021:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AccelerationStructureInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:16149:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AccelerationStructureCreateInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:16245:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AccelerationStructureDeviceAddressInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:16332:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( TransformMatrixKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:16403:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AccelerationStructureInstanceKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:16516:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AccelerationStructureMemoryRequirementsInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:16620:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AccelerationStructureMemoryRequirementsInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:16716:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AccelerationStructureVersionKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:17104:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AcquireNextImageInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:17223:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AcquireProfilingLockInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:17317:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AllocationCallbacks ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:17427:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ComponentMapping ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:17523:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AndroidHardwareBufferFormatPropertiesANDROID ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:17614:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AndroidHardwareBufferPropertiesANDROID ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:17693:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AndroidHardwareBufferUsageANDROID ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:17770:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AndroidSurfaceCreateInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:17866:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ApplicationInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:17984:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AttachmentDescription ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:18119:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AttachmentDescription2 ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:18271:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AttachmentDescriptionStencilLayout ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:18366:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AttachmentReference ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:18445:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AttachmentReference2 ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:18549:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AttachmentReferenceStencilLayout ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:18636:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( Extent2D ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:18714:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SampleLocationEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:18799:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SampleLocationsInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:18918:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( AttachmentSampleLocationsEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:18996:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BaseInStructure ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:19068:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BaseOutStructure ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:19247:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BindAccelerationStructureMemoryInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:19382:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BindBufferMemoryDeviceGroupInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:19487:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BindBufferMemoryInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:19590:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( Offset2D ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:19668:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( Rect2D ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:19753:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BindImageMemoryDeviceGroupInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:19983:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BindImageMemoryInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:20087:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BindImageMemorySwapchainInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:20182:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BindImagePlaneMemoryInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:20269:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BindIndexBufferIndirectCommandNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:20355:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BindShaderGroupIndirectCommandNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:20425:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SparseMemoryBind ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:20533:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SparseBufferMemoryBindInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:20634:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SparseImageOpaqueMemoryBindInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:20729:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageSubresource ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:20821:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( Offset3D ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:20913:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( Extent3D ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:20999:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SparseImageMemoryBind ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:21115:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SparseImageMemoryBindInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:21217:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BindSparseInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:21420:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BindVertexBufferIndirectCommandNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:21506:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageSubresourceLayers ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:21601:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageBlit2KHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:21718:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BlitImageInfo2KHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:21861:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BufferCopy ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:21948:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BufferCopy2KHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:22057:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BufferCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:22193:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BufferDeviceAddressCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:22280:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BufferDeviceAddressInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:22368:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BufferImageCopy ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:22479:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BufferImageCopy2KHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:22606:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BufferMemoryBarrier ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:22741:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BufferMemoryRequirementsInfo2 ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:22829:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BufferOpaqueCaptureAddressCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:22917:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( BufferViewCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:23036:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( CalibratedTimestampInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:23123:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( CheckpointDataNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:23178:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void*>(this), &rhs, sizeof( VULKAN_HPP_NAMESPACE::ClearColorValue ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:23213:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void*>(this), &rhs, sizeof( VULKAN_HPP_NAMESPACE::ClearColorValue ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:23257:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ClearDepthStencilValue ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:23314:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void*>(this), &rhs, sizeof( VULKAN_HPP_NAMESPACE::ClearValue ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:23339:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void*>(this), &rhs, sizeof( VULKAN_HPP_NAMESPACE::ClearValue ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:23387:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ClearAttachment ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:23457:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ClearRect ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:23543:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( CoarseSampleLocationNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:23635:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( CoarseSampleOrderCustomNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:23839:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( CommandBufferAllocateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:24142:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( CommandBufferInheritanceInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:24269:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( CommandBufferBeginInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:24364:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( CommandBufferInheritanceConditionalRenderingInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:24451:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( CommandBufferInheritanceRenderPassTransformInfoQCOM ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:24546:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( CommandPoolCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:24740:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SpecializationMapEntry ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:24833:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SpecializationInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:24947:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineShaderStageCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:25266:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ComputePipelineCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:25385:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ConditionalRenderingBeginInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:25487:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ConformanceVersion ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:25583:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( CooperativeMatrixPropertiesNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:25727:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( CopyAccelerationStructureInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:25832:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( CopyAccelerationStructureToMemoryInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:25924:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( CopyBufferInfo2KHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:26050:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( CopyBufferToImageInfo2KHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:26278:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( CopyDescriptorSet ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:26413:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageCopy2KHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:26538:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( CopyImageInfo2KHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:26680:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( CopyImageToBufferInfo2KHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:26809:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( CopyMemoryToAccelerationStructureInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:26902:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( D3D12FenceSubmitInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:27032:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DebugMarkerMarkerInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:27127:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DebugMarkerObjectNameInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:27237:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DebugMarkerObjectTagInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:27366:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DebugReportCallbackCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:27469:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DebugUtilsLabelEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:27564:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DebugUtilsObjectNameInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:27673:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DebugUtilsMessengerCallbackDataEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:27859:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DebugUtilsMessengerCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:27985:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DebugUtilsObjectTagInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:28114:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DedicatedAllocationBufferCreateInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:28201:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DedicatedAllocationImageCreateInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:28288:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DedicatedAllocationMemoryAllocateInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:28480:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DeferredOperationInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:28567:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DescriptorBufferInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:28853:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DescriptorImageInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:28939:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DescriptorPoolSize ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:29024:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DescriptorPoolCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:29144:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DescriptorPoolInlineUniformBlockCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:29437:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DescriptorSetAllocateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:29554:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DescriptorSetLayoutBinding ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:29672:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DescriptorSetLayoutBindingFlagsCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:29783:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DescriptorSetLayoutCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:29895:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DescriptorSetLayoutSupport ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:29977:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DescriptorSetVariableDescriptorCountAllocateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:30082:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DescriptorSetVariableDescriptorCountLayoutSupport ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:30157:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DescriptorUpdateTemplateEntry ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:30275:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DescriptorUpdateTemplateCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:30434:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DeviceQueueCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:30553:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceFeatures ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:31062:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DeviceCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:31232:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DeviceDiagnosticsConfigCreateInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:31319:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DeviceEventInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:31406:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DeviceGroupBindSparseInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:31502:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DeviceGroupCommandBufferBeginInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:31690:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PerformanceConfigurationAcquireInfoINTEL ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:31977:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( RenderPassBeginInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:32105:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SubpassBeginInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:32192:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageBlit ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:32286:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageSubresourceRange ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:32388:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageCopy ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:32491:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SubpassEndInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:32664:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( IndirectCommandsStreamNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:32749:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( GeneratedCommandsInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:32941:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( MemoryBarrier ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:33036:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageMemoryBarrier ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:33294:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( WriteDescriptorSet ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:33664:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageResolve ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:33767:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageResolve2KHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:33892:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ResolveImageInfo2KHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:34028:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PerformanceMarkerInfoINTEL ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:34115:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PerformanceOverrideInfoINTEL ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:34218:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PerformanceStreamMarkerInfoINTEL ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:34304:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( Viewport ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:34420:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ShadingRatePaletteNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:34507:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ViewportWScalingNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:34593:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( StridedBufferRegionKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:35764:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( MemoryAllocateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:35959:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( EventCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:36046:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( FenceCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:36139:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( FramebufferCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:36282:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( VertexInputBindingDescription ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:36368:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( VertexInputAttributeDescription ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:36469:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineVertexInputStateCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:36606:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineInputAssemblyStateCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:36709:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineTessellationStateCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:36810:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineViewportStateCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:36947:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineRasterizationStateCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:37114:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineMultisampleStateCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:37248:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( StencilOpState ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:37367:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineDepthStencilStateCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:37525:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineColorBlendAttachmentState ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:37658:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineColorBlendStateCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:37800:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineDynamicStateCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:37918:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( GraphicsPipelineCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:38148:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:38340:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageViewCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:38482:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( IndirectCommandsLayoutTokenNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:38689:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( IndirectCommandsLayoutCreateInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:38841:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineCacheCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:38953:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PushConstantRange ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:39046:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineLayoutCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:39183:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PrivateDataSlotCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:39364:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( QueryPoolCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:39476:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( RayTracingShaderGroupCreateInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:39611:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineLibraryCreateInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:39717:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( RayTracingPipelineInterfaceCreateInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:39828:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( RayTracingPipelineCreateInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:40014:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( RayTracingShaderGroupCreateInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:40139:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( RayTracingPipelineCreateInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:40322:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SubpassDescription ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:40500:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SubpassDependency ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:40625:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( RenderPassCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:40802:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SubpassDescription2 ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:41006:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SubpassDependency2 ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:41156:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( RenderPassCreateInfo2 ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:41344:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SamplerCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:41551:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SamplerYcbcrConversionCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:41796:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SemaphoreCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:41889:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ShaderModuleCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:42107:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SwapchainCreateInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:42330:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ValidationCacheCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:42543:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DisplayPowerInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:42630:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( MappedMemoryRange ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:42732:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( MemoryRequirements ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:42801:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( MemoryRequirements2 ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:42877:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DeviceGroupPresentCapabilitiesKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:42954:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceSurfaceInfo2KHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:43041:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DeviceMemoryOpaqueCaptureAddressInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:43154:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PresentInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:43332:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SubmitInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:43671:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DeviceQueueInfo2 ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:43774:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( FenceGetFdInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:43870:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( FenceGetWin32HandleInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:43966:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( GeneratedCommandsMemoryRequirementsInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:44077:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageDrmFormatModifierPropertiesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:44152:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageMemoryRequirementsInfo2 ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:44239:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SparseImageFormatProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:44307:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SparseImageMemoryRequirements ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:44380:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageSparseMemoryRequirementsInfo2 ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:44468:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SparseImageMemoryRequirements2 ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:44543:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SubresourceLayout ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:44616:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageViewAddressPropertiesNVX ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:44693:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageViewHandleInfoNVX ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:44797:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( MemoryGetAndroidHardwareBufferInfoANDROID ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:44885:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( MemoryGetFdInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:44980:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( MemoryFdPropertiesKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:45055:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( MemoryHostPointerPropertiesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:45131:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( MemoryGetWin32HandleInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:45228:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( MemoryWin32HandlePropertiesKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:45303:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PastPresentationTimingGOOGLE ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:45354:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void*>(this), &rhs, sizeof( VULKAN_HPP_NAMESPACE::PerformanceValueDataINTEL ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:45405:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void*>(this), &rhs, sizeof( VULKAN_HPP_NAMESPACE::PerformanceValueDataINTEL ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:45459:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PerformanceValueINTEL ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:45523:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineExecutableInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:45625:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineExecutableInternalRepresentationKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:45708:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:45795:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineExecutablePropertiesKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:45854:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void*>(this), &rhs, sizeof( VULKAN_HPP_NAMESPACE::PipelineExecutableStatisticValueKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:45899:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void*>(this), &rhs, sizeof( VULKAN_HPP_NAMESPACE::PipelineExecutableStatisticValueKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:45952:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineExecutableStatisticKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:46013:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( RefreshCycleDurationGOOGLE ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:46078:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SemaphoreGetFdInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:46174:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SemaphoreGetWin32HandleInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:46270:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImportFenceFdInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:46382:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImportFenceWin32HandleInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:46502:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImportSemaphoreFdInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:46614:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImportSemaphoreWin32HandleInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:46734:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( InitializePerformanceApiInfoINTEL ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:46821:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DisplayEventInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:46907:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( XYColorEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:46986:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( HdrMetadataEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:47129:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SemaphoreSignalInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:47240:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SemaphoreWaitInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:49566:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DisplayModeParametersKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:49645:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DisplayModeCreateInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:49839:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ExtensionProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:49905:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( LayerProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:49976:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PerformanceCounterKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:50057:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PerformanceCounterDescriptionKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:50137:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DisplayModePropertiesKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:50204:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DisplayModeProperties2KHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:50279:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DisplayPlaneInfo2KHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:50373:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DisplayPlaneCapabilitiesKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:50454:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DisplayPlaneCapabilities2KHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:50528:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DisplayPlanePropertiesKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:50595:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DisplayPlaneProperties2KHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:50669:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DisplayPropertiesKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:50746:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DisplayProperties2KHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:50821:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceExternalBufferInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:50924:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ExternalMemoryProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:50994:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ExternalBufferProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:51070:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceExternalFenceInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:51158:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ExternalFenceProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:51237:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageFormatProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:51309:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ExternalImageFormatPropertiesNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:51380:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceExternalSemaphoreInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:51468:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ExternalSemaphoreProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:51548:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceFeatures2 ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:51635:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( FormatProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:51704:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( FormatProperties2 ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:51780:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceImageFormatInfo2 ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:51900:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageFormatProperties2 ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:51975:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( MemoryType ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:52041:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( MemoryHeap ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:52107:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceMemoryProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:52178:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceMemoryProperties2 ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:52254:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( MultisamplePropertiesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:52328:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceLimits ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:52602:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceSparseProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:52674:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:52755:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceProperties2 ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:52837:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( QueryPoolPerformanceCreateInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:52948:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( QueueFamilyProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:53019:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( QueueFamilyProperties2 ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:53095:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceSparseImageFormatInfo2 ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:53215:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SparseImageFormatProperties2 ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:53291:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( FramebufferMixedSamplesCombinationNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:53372:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SurfaceCapabilities2EXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:53466:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SurfaceCapabilitiesKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:53549:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SurfaceCapabilities2KHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:53623:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SurfaceFormatKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:53690:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SurfaceFormat2KHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:53765:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceToolPropertiesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:54525:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DeviceGroupDeviceCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:54636:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DeviceGroupPresentInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:54754:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DeviceGroupRenderPassBeginInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:54873:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DeviceGroupSubmitInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:55028:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DeviceGroupSwapchainCreateInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:55115:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DeviceMemoryOverallocationCreateInfoAMD ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:55202:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DevicePrivateDataCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:55289:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DeviceQueueGlobalPriorityCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:55377:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DirectFBSurfaceCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:55480:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DispatchIndirectCommand ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:55567:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DisplayNativeHdrSurfaceCapabilitiesAMD ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:55642:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DisplayPresentInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:55745:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DisplaySurfaceCreateInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:55887:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DrawIndexedIndirectCommand ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:55989:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DrawIndirectCommand ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:56083:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DrawMeshTasksIndirectCommandNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:56161:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DrmFormatModifierPropertiesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:56236:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( DrmFormatModifierPropertiesListEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:56313:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ExportFenceCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:56402:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ExportFenceWin32HandleInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:56506:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ExportMemoryAllocateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:56594:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ExportMemoryAllocateInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:56682:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ExportMemoryWin32HandleInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:56787:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ExportMemoryWin32HandleInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:56883:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ExportSemaphoreCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:56972:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ExportSemaphoreWin32HandleInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:57077:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ExternalFormatANDROID ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:57165:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ExternalImageFormatProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:57241:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ExternalMemoryBufferCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:57329:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ExternalMemoryImageCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:57417:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ExternalMemoryImageCreateInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:57504:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( FilterCubicImageViewImageFormatPropertiesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:57587:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( FramebufferAttachmentImageInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:57738:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( FramebufferAttachmentsCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:57849:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( GraphicsShaderGroupCreateInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:57975:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( GraphicsPipelineShaderGroupsCreateInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:58104:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( HeadlessSurfaceCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:58192:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( IOSSurfaceCreateInfoMVK ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:58294:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageDrmFormatModifierExplicitCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:58412:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageDrmFormatModifierListCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:58522:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageFormatListCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:58628:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImagePipeSurfaceCreateInfoFUCHSIA ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:58724:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImagePlaneMemoryRequirementsInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:58812:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageStencilUsageCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:58900:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageSwapchainCreateInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:58987:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageViewASTCDecodeModeEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:59074:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImageViewUsageCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:59163:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImportAndroidHardwareBufferInfoANDROID ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:59251:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImportMemoryFdInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:59346:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImportMemoryHostPointerInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:59442:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImportMemoryWin32HandleInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:59547:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ImportMemoryWin32HandleInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:59642:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( InputAttachmentAspectReference ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:59736:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( InstanceCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:59882:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( MacOSSurfaceCreateInfoMVK ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:59978:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( MemoryAllocateFlagsInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:60074:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( MemoryDedicatedAllocateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:60170:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( MemoryDedicatedRequirements ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:60248:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( MemoryOpaqueCaptureAddressAllocateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:60336:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( MemoryPriorityAllocateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:60424:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( MetalSurfaceCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:60498:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void*>(this), &rhs, sizeof( VULKAN_HPP_NAMESPACE::PerformanceCounterResultKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:60563:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void*>(this), &rhs, sizeof( VULKAN_HPP_NAMESPACE::PerformanceCounterResultKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:60611:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PerformanceQuerySubmitInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:60698:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDevice16BitStorageFeatures ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:60810:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDevice4444FormatsFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:60905:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDevice8BitStorageFeatures ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:61009:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceASTCDecodeFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:61096:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceBlendOperationAdvancedFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:61183:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceBlendOperationAdvancedPropertiesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:61268:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceBufferDeviceAddressFeatures ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:61372:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceBufferDeviceAddressFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:61476:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceCoherentMemoryFeaturesAMD ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:61563:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceComputeShaderDerivativesFeaturesNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:61658:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceConditionalRenderingFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:61753:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceConservativeRasterizationPropertiesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:61844:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceCooperativeMatrixFeaturesNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:61939:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceCooperativeMatrixPropertiesNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:62014:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceCornerSampledImageFeaturesNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:62101:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceCoverageReductionModeFeaturesNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:62188:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceCustomBorderColorFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:62283:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceCustomBorderColorPropertiesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:62358:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:62445:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceDepthClipEnableFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:62532:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceDepthStencilResolveProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:62614:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceDescriptorIndexingFeatures ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:62854:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceDescriptorIndexingProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:62974:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceDeviceGeneratedCommandsFeaturesNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:63061:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceDeviceGeneratedCommandsPropertiesNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:63152:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceDiagnosticsConfigFeaturesNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:63239:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceDiscardRectanglePropertiesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:63314:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceDriverProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:63396:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceExclusiveScissorFeaturesNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:63483:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceExtendedDynamicStateFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:63570:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceExternalImageFormatInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:63658:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceExternalMemoryHostPropertiesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:63733:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceFloatControlsProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:63841:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceFragmentDensityMap2FeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:63928:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceFragmentDensityMap2PropertiesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:64009:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceFragmentDensityMapFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:64112:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceFragmentDensityMapPropertiesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:64191:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceFragmentShaderBarycentricFeaturesNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:64278:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceFragmentShaderInterlockFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:64381:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceGroupProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:64461:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceHostQueryResetFeatures ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:64549:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceIDProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:64639:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceImageDrmFormatModifierInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:64759:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceImageRobustnessFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:64846:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceImageViewImageFormatInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:64933:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceImagelessFramebufferFeatures ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:65021:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceIndexTypeUint8FeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:65108:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceInlineUniformBlockFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:65203:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceInlineUniformBlockPropertiesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:65286:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceLineRasterizationFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:65413:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceLineRasterizationPropertiesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:65488:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceMaintenance3Properties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:65566:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceMemoryBudgetPropertiesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:65643:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceMemoryPriorityFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:65730:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceMeshShaderFeaturesNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:65825:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceMeshShaderPropertiesNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:65924:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceMultiviewFeatures ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:66028:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:66103:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceMultiviewProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:66181:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDevicePCIBusInfoPropertiesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:66262:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDevicePerformanceQueryFeaturesKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:66357:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDevicePerformanceQueryPropertiesKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:66432:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDevicePipelineCreationCacheControlFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:66519:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDevicePipelineExecutablePropertiesFeaturesKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:66606:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDevicePointClippingProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:66683:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDevicePortabilitySubsetFeaturesKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:66884:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDevicePortabilitySubsetPropertiesKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:66972:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDevicePrivateDataFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:67059:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceProtectedMemoryFeatures ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:67146:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceProtectedMemoryProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:67221:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDevicePushDescriptorPropertiesKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:67297:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceRayTracingFeaturesKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:67450:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceRayTracingPropertiesKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:67542:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceRayTracingPropertiesNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:67631:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceRepresentativeFragmentTestFeaturesNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:67718:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceRobustness2FeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:67821:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceRobustness2PropertiesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:67898:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceSampleLocationsPropertiesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:67981:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceSamplerFilterMinmaxProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:68059:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceSamplerYcbcrConversionFeatures ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:68147:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceScalarBlockLayoutFeatures ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:68235:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceSeparateDepthStencilLayoutsFeatures ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:68323:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceShaderAtomicFloatFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:68498:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceShaderAtomicInt64Features ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:68594:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceShaderClockFeaturesKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:68689:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceShaderCoreProperties2AMD ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:68766:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceShaderCorePropertiesAMD ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:68867:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:68954:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceShaderDrawParametersFeatures ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:69042:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceShaderFloat16Int8Features ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:69139:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceShaderImageFootprintFeaturesNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:69226:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:69313:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceShaderSMBuiltinsFeaturesNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:69400:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceShaderSMBuiltinsPropertiesNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:69477:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceShaderSubgroupExtendedTypesFeatures ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:69565:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceShadingRateImageFeaturesNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:69660:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceShadingRateImagePropertiesNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:69739:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceSubgroupProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:69820:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceSubgroupSizeControlFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:69915:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceSubgroupSizeControlPropertiesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:69996:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceTexelBufferAlignmentFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:70083:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceTexelBufferAlignmentPropertiesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:70164:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceTextureCompressionASTCHDRFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:70251:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceTimelineSemaphoreFeatures ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:70339:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceTimelineSemaphoreProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:70415:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceTransformFeedbackFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:70510:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceTransformFeedbackPropertiesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:70603:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceUniformBufferStandardLayoutFeatures ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:70691:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceVariablePointersFeatures ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:70789:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceVertexAttributeDivisorFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:70884:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceVertexAttributeDivisorPropertiesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:70959:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceVulkan11Features ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:71134:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceVulkan11Properties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:71237:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceVulkan12Features ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:71692:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceVulkan12Properties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:71869:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceVulkanMemoryModelFeatures ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:71973:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceYcbcrImageArraysFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:72060:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineColorBlendAdvancedStateCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:72163:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineCompilerControlCreateInfoAMD ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:72256:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineCoverageModulationStateCreateInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:72384:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineCoverageReductionStateCreateInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:72479:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineCoverageToColorStateCreateInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:72581:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineCreationFeedbackEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:72654:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineCreationFeedbackCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:72772:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineDiscardRectangleStateCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:72892:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineRasterizationConservativeStateCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:72995:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineRasterizationDepthClipStateCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:73090:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineRasterizationLineStateCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:73201:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineRasterizationStateRasterizationOrderAMD ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:73288:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineRasterizationStateStreamCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:73383:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineRepresentativeFragmentTestStateCreateInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:73470:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineSampleLocationsStateCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:73565:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineShaderStageRequiredSubgroupSizeCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:73640:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineTessellationDomainOriginStateCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:73727:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( VertexInputBindingDivisorDescriptionEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:73812:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineVertexInputDivisorStateCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:73922:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineViewportCoarseSampleOrderStateCreateInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:74040:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineViewportExclusiveScissorStateCreateInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:74150:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineViewportShadingRateImageStateCreateInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:74261:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ViewportSwizzleNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:74362:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineViewportSwizzleStateCreateInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:74480:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineViewportWScalingStateCreateInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:74593:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PresentFrameTokenGGP ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:74686:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( RectLayerKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:74778:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PresentRegionKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:74872:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PresentRegionsKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:74975:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PresentTimeGOOGLE ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:75060:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( PresentTimesInfoGOOGLE ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:75164:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ProtectedSubmitInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:75251:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( QueryPoolPerformanceQueryCreateInfoINTEL ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:75339:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( QueueFamilyCheckpointPropertiesNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:75420:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( RenderPassAttachmentBeginInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:75525:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( RenderPassFragmentDensityMapCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:75618:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( RenderPassInputAttachmentAspectCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:75729:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( RenderPassMultiviewCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:75883:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SubpassSampleLocationsEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:75968:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( RenderPassSampleLocationsBeginInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:76097:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( RenderPassTransformBeginInfoQCOM ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:76184:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SamplerCustomBorderColorCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:76262:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SamplerReductionModeCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:76350:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SamplerYcbcrConversionImageFormatProperties ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:76426:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SamplerYcbcrConversionInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:76514:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SemaphoreTypeCreateInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:76609:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SetStateFlagsIndirectCommandNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:76680:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ShaderModuleValidationCacheCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:76766:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ShaderResourceUsageAMD ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:76838:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ShaderStatisticsInfoAMD ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:76915:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SharedPresentSurfaceCapabilitiesKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:76991:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( StreamDescriptorSurfaceCreateInfoGGP ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:77087:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SubpassDescriptionDepthStencilResolve ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:77192:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SurfaceCapabilitiesFullScreenExclusiveEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:77281:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SurfaceFullScreenExclusiveInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:77370:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SurfaceFullScreenExclusiveWin32InfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:77458:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SurfaceProtectedCapabilitiesKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:77545:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SwapchainCounterCreateInfoEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:77632:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( SwapchainDisplayNativeHdrCreateInfoAMD ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:77719:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( TextureLODGatherFormatPropertiesAMD ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:77800:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( TimelineSemaphoreSubmitInfo ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:77936:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( TraceRaysIndirectCommandKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:78030:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ValidationFeaturesEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:78165:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ValidationFlagsEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:78270:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( ViSurfaceCreateInfoNN ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:78367:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( WaylandSurfaceCreateInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:78506:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( Win32KeyedMutexAcquireReleaseInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:78722:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( Win32KeyedMutexAcquireReleaseInfoNV ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:78904:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( Win32SurfaceCreateInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:79014:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( WriteDescriptorSetAccelerationStructureKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:79126:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( WriteDescriptorSetInlineUniformBlockEXT ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:79232:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( XcbSurfaceCreateInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan.hpp:79337:7:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
      memcpy( static_cast<void *>( this ), &rhs, sizeof( XlibSurfaceCreateInfoKHR ) );
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_core.h:2348:5:  [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                                deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE];
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_core.h:2384:5:  [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        extensionName[VK_MAX_EXTENSION_NAME_SIZE];
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_core.h:2389:5:  [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        layerName[VK_MAX_EXTENSION_NAME_SIZE];
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_core.h:2392:5:  [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        description[VK_MAX_DESCRIPTION_SIZE];
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_core.h:5092:5:  [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                                 driverName[VK_MAX_DRIVER_NAME_SIZE];
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_core.h:5093:5:  [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                                 driverInfo[VK_MAX_DRIVER_INFO_SIZE];
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_core.h:5240:5:  [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                    driverName[VK_MAX_DRIVER_NAME_SIZE];
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_core.h:5241:5:  [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                    driverInfo[VK_MAX_DRIVER_INFO_SIZE];
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_core.h:6712:5:  [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[VK_MAX_DESCRIPTION_SIZE];
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_core.h:6713:5:  [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                                       category[VK_MAX_DESCRIPTION_SIZE];
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_core.h:6714:5:  [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                                       description[VK_MAX_DESCRIPTION_SIZE];
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_core.h:7287:5:  [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[VK_MAX_DESCRIPTION_SIZE];
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_core.h:7288:5:  [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                  description[VK_MAX_DESCRIPTION_SIZE];
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_core.h:7309:5:  [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[VK_MAX_DESCRIPTION_SIZE];
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_core.h:7310:5:  [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                                      description[VK_MAX_DESCRIPTION_SIZE];
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_core.h:7318:5:  [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[VK_MAX_DESCRIPTION_SIZE];
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_core.h:7319:5:  [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               description[VK_MAX_DESCRIPTION_SIZE];
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_core.h:10324:5:  [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[VK_MAX_EXTENSION_NAME_SIZE];
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_core.h:10325:5:  [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                     version[VK_MAX_EXTENSION_NAME_SIZE];
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_core.h:10327:5:  [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                     description[VK_MAX_DESCRIPTION_SIZE];
data/vulkan-loader-1.2.154.1/vulkan-headers/include/vulkan/vulkan_core.h:10328:5:  [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                     layer[VK_MAX_EXTENSION_NAME_SIZE];
data/vulkan-loader-1.2.154.1/loader/cJSON.c:49:11:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    len = strlen(str) + 1;
data/vulkan-loader-1.2.154.1/loader/cJSON.c:166:24:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    return p->offset + strlen(str);
data/vulkan-loader-1.2.154.1/loader/cJSON.c:178:18:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
        if (str) strcpy(str, "0");
data/vulkan-loader-1.2.154.1/loader/cJSON.c:675:24:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                len += strlen(ret) + 2 + (fmt ? 1 : 0);
data/vulkan-loader-1.2.154.1/loader/cJSON.c:699:22:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
            tmplen = strlen(entries[j]);
data/vulkan-loader-1.2.154.1/loader/cJSON.c:859:24:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                len += strlen(ret) + strlen(str) + 2 + (fmt ? 2 + depth : 0);
data/vulkan-loader-1.2.154.1/loader/cJSON.c:859:38:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                len += strlen(ret) + strlen(str) + 2 + (fmt ? 2 + depth : 0);
data/vulkan-loader-1.2.154.1/loader/cJSON.c:888:22:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
            tmplen = strlen(names[j]);
data/vulkan-loader-1.2.154.1/loader/cJSON.c:894:20:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
            ptr += strlen(entries[j]);
data/vulkan-loader-1.2.154.1/loader/dirent_on_windows.c:35:30:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        size_t base_length = strlen(name);
data/vulkan-loader-1.2.154.1/loader/dirent_on_windows.c:40:79:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
            (dir->name = (char *)loader_instance_tls_heap_alloc(base_length + strlen(all) + 1)) != 0) {
data/vulkan-loader-1.2.154.1/loader/loader.c:454:9:  [1] (buffer) strncat:
  Easily used incorrectly (e.g., incorrectly computing the correct maximum
  size to add) [MS-banned] (CWE-120). Consider strcat_s, strlcat, snprintf,
  or automatically resizing strings. Risk is low because the source is a
  constant string.
        strncat(cmd_line_msg, "INFO", cmd_line_size);
data/vulkan-loader-1.2.154.1/loader/loader.c:459:13:  [1] (buffer) strncat:
  Easily used incorrectly (e.g., incorrectly computing the correct maximum
  size to add) [MS-banned] (CWE-120). Consider strcat_s, strlcat, snprintf,
  or automatically resizing strings. Risk is low because the source is a
  constant string.
            strncat(cmd_line_msg, " | ", cmd_line_size);
data/vulkan-loader-1.2.154.1/loader/loader.c:462:9:  [1] (buffer) strncat:
  Easily used incorrectly (e.g., incorrectly computing the correct maximum
  size to add) [MS-banned] (CWE-120). Consider strcat_s, strlcat, snprintf,
  or automatically resizing strings. Risk is low because the source is a
  constant string.
        strncat(cmd_line_msg, "WARNING", cmd_line_size);
data/vulkan-loader-1.2.154.1/loader/loader.c:467:13:  [1] (buffer) strncat:
  Easily used incorrectly (e.g., incorrectly computing the correct maximum
  size to add) [MS-banned] (CWE-120). Consider strcat_s, strlcat, snprintf,
  or automatically resizing strings. Risk is low because the source is a
  constant string.
            strncat(cmd_line_msg, " | ", cmd_line_size);
data/vulkan-loader-1.2.154.1/loader/loader.c:470:9:  [1] (buffer) strncat:
  Easily used incorrectly (e.g., incorrectly computing the correct maximum
  size to add) [MS-banned] (CWE-120). Consider strcat_s, strlcat, snprintf,
  or automatically resizing strings. Risk is low because the source is a
  constant string.
        strncat(cmd_line_msg, "PERF", cmd_line_size);
data/vulkan-loader-1.2.154.1/loader/loader.c:475:13:  [1] (buffer) strncat:
  Easily used incorrectly (e.g., incorrectly computing the correct maximum
  size to add) [MS-banned] (CWE-120). Consider strcat_s, strlcat, snprintf,
  or automatically resizing strings. Risk is low because the source is a
  constant string.
            strncat(cmd_line_msg, " | ", cmd_line_size);
data/vulkan-loader-1.2.154.1/loader/loader.c:478:9:  [1] (buffer) strncat:
  Easily used incorrectly (e.g., incorrectly computing the correct maximum
  size to add) [MS-banned] (CWE-120). Consider strcat_s, strlcat, snprintf,
  or automatically resizing strings. Risk is low because the source is a
  constant string.
        strncat(cmd_line_msg, "ERROR", cmd_line_size);
data/vulkan-loader-1.2.154.1/loader/loader.c:483:13:  [1] (buffer) strncat:
  Easily used incorrectly (e.g., incorrectly computing the correct maximum
  size to add) [MS-banned] (CWE-120). Consider strcat_s, strlcat, snprintf,
  or automatically resizing strings. Risk is low because the source is a
  constant string.
            strncat(cmd_line_msg, " | ", cmd_line_size);
data/vulkan-loader-1.2.154.1/loader/loader.c:486:9:  [1] (buffer) strncat:
  Easily used incorrectly (e.g., incorrectly computing the correct maximum
  size to add) [MS-banned] (CWE-120). Consider strcat_s, strlcat, snprintf,
  or automatically resizing strings. Risk is low because the source is a
  constant string.
        strncat(cmd_line_msg, "DEBUG", cmd_line_size);
data/vulkan-loader-1.2.154.1/loader/loader.c:490:9:  [1] (buffer) strncat:
  Easily used incorrectly (e.g., incorrectly computing the correct maximum
  size to add) [MS-banned] (CWE-120). Consider strcat_s, strlcat, snprintf,
  or automatically resizing strings. Risk is low because the source is a
  constant string.
        strncat(cmd_line_msg, ": ", cmd_line_size);
data/vulkan-loader-1.2.154.1/loader/loader.c:496:13:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        if (strlen(msg) > cmd_line_size) {
data/vulkan-loader-1.2.154.1/loader/loader.c:499:9:  [1] (buffer) strncat:
  Easily used incorrectly (e.g., incorrectly computing the correct maximum
  size to add) [MS-banned] (CWE-120). Consider strcat_s, strlcat, snprintf,
  or automatically resizing strings.
        strncat(cmd_line_msg, msg, cmd_line_size);
data/vulkan-loader-1.2.154.1/loader/loader.c:566:16:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    } else if (strlen(*reg_data) + json_size + 1 > *total_size) {
data/vulkan-loader-1.2.154.1/loader/loader.c:580:86:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    for (char *curr_filename = json_path; curr_filename[0] != '\0'; curr_filename += strlen(curr_filename) + 1) {
data/vulkan-loader-1.2.154.1/loader/loader.c:581:13:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        if (strlen(*reg_data) == 0) {
data/vulkan-loader-1.2.154.1/loader/loader.c:584:40:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
            (void)snprintf(*reg_data + strlen(*reg_data), json_size + 2, "%c%s", PATH_SEPARATOR, curr_filename);
data/vulkan-loader-1.2.154.1/loader/loader.c:732:77:  [1] (buffer) wcslen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        for (wchar_t *deviceName = pDeviceNames; *deviceName; deviceName += wcslen(deviceName) + 1) {
data/vulkan-loader-1.2.154.1/loader/loader.c:920:32:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                    } else if (strlen(*reg_data) + name_size + 1 > *reg_data_size) {
data/vulkan-loader-1.2.154.1/loader/loader.c:944:48:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                            if (!strcmp(name + strlen(name) - strlen(known_drivers[i].filename), known_drivers[i].filename)) {
data/vulkan-loader-1.2.154.1/loader/loader.c:944:63:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                            if (!strcmp(name + strlen(name) - strlen(known_drivers[i].filename), known_drivers[i].filename)) {
data/vulkan-loader-1.2.154.1/loader/loader.c:987:25:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                    if (strlen(*reg_data) == 0) {
data/vulkan-loader-1.2.154.1/loader/loader.c:1009:56:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                            (void)snprintf(*reg_data + strlen(*reg_data), name_size + 2, "%c%s", PATH_SEPARATOR, name);
data/vulkan-loader-1.2.154.1/loader/loader.c:1076:13:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
            strncpy(dest + required_len, component, len - required_len);
data/vulkan-loader-1.2.154.1/loader/loader.c:1078:25:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        required_len += strlen(component);
data/vulkan-loader-1.2.154.1/loader/loader.c:1663:50:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                loader_instance_heap_alloc(inst, strlen(entrys[i]) + 1, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE);
data/vulkan-loader-1.2.154.1/loader/loader.c:2428:74:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    new_scanned_icd->lib_name = (char *)loader_instance_heap_alloc(inst, strlen(filename) + 1, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE);
data/vulkan-loader-1.2.154.1/loader/loader.c:2458:19:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
            len = strlen(env);
data/vulkan-loader-1.2.154.1/loader/loader.c:2572:25:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        len = (uint32_t)strlen(path);
data/vulkan-loader-1.2.154.1/loader/loader.c:2604:40:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        dirs_copy = loader_stack_alloc(strlen(dirs) + 1);
data/vulkan-loader-1.2.154.1/loader/loader.c:2974:14:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        temp[strlen(temp) - 1] = '\0';                                         \
data/vulkan-loader-1.2.154.1/loader/loader.c:2975:34:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        var = loader_stack_alloc(strlen(temp) + 1);                            \
data/vulkan-loader-1.2.154.1/loader/loader.c:3039:18:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
            temp[strlen(temp) - 1] = '\0';
data/vulkan-loader-1.2.154.1/loader/loader.c:3043:17:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
            if (strlen(date_copy) == 16) {
data/vulkan-loader-1.2.154.1/loader/loader.c:3047:44:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                    while (cur_item < 5 && strlen(cur_start)) {
data/vulkan-loader-1.2.154.1/loader/loader.c:3105:14:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        temp[strlen(temp) - 1] = '\0';
data/vulkan-loader-1.2.154.1/loader/loader.c:3106:47:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        library_path_str = loader_stack_alloc(strlen(temp) + 1);
data/vulkan-loader-1.2.154.1/loader/loader.c:3115:54:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                char *name_copy = loader_stack_alloc(strlen(filename) + 1);
data/vulkan-loader-1.2.154.1/loader/loader.c:3154:22:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                temp[strlen(temp) - 1] = '\0';
data/vulkan-loader-1.2.154.1/loader/loader.c:3155:17:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
                strncpy(props->component_layer_names[i], temp + 1, MAX_STRING_SIZE - 1);
data/vulkan-loader-1.2.154.1/loader/loader.c:3205:22:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                temp[strlen(temp) - 1] = '\0';
data/vulkan-loader-1.2.154.1/loader/loader.c:3206:17:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
                strncpy(props->blacklist_layer_names[i], temp + 1, MAX_STRING_SIZE - 1);
data/vulkan-loader-1.2.154.1/loader/loader.c:3240:22:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                temp[strlen(temp) - 1] = '\0';
data/vulkan-loader-1.2.154.1/loader/loader.c:3241:17:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
                strncpy(props->override_paths[i], temp + 1, MAX_STRING_SIZE - 1);
data/vulkan-loader-1.2.154.1/loader/loader.c:3254:5:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
    strncpy(props->info.layerName, name, sizeof(props->info.layerName));
data/vulkan-loader-1.2.154.1/loader/loader.c:3258:5:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
    strncpy((char *)props->info.description, description, sizeof(props->info.description));
data/vulkan-loader-1.2.154.1/loader/loader.c:3268:9:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
        strncpy(props->disable_env_var.name, disable_environment->child->string, sizeof(props->disable_env_var.name));
data/vulkan-loader-1.2.154.1/loader/loader.c:3270:9:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
        strncpy(props->disable_env_var.value, disable_environment->child->valuestring, sizeof(props->disable_env_var.value));
data/vulkan-loader-1.2.154.1/loader/loader.c:3287:22:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                temp[strlen(temp) - 1] = '\0';              \
data/vulkan-loader-1.2.154.1/loader/loader.c:3288:42:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                var = loader_stack_alloc(strlen(temp) + 1); \
data/vulkan-loader-1.2.154.1/loader/loader.c:3316:17:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
                strncpy(props->functions.str_negotiate_interface, vkNegotiateLoaderLayerInterfaceVersion,
data/vulkan-loader-1.2.154.1/loader/loader.c:3325:13:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
            strncpy(props->functions.str_gipa, vkGetInstanceProcAddr, sizeof(props->functions.str_gipa));
data/vulkan-loader-1.2.154.1/loader/loader.c:3336:13:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
            strncpy(props->functions.str_gdpa, vkGetDeviceProcAddr, sizeof(props->functions.str_gdpa));
data/vulkan-loader-1.2.154.1/loader/loader.c:3360:17:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
                strncpy(ext_prop.extensionName, name, sizeof(ext_prop.extensionName));
data/vulkan-loader-1.2.154.1/loader/loader.c:3390:17:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
                strncpy(ext_prop.extensionName, name, sizeof(ext_prop.extensionName));
data/vulkan-loader-1.2.154.1/loader/loader.c:3418:26:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                    temp[strlen(temp) - 1] = '\0';
data/vulkan-loader-1.2.154.1/loader/loader.c:3419:57:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                    entry_array[j] = loader_stack_alloc(strlen(temp) + 1);
data/vulkan-loader-1.2.154.1/loader/loader.c:3432:13:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
            strncpy(props->enable_env_var.name, enable_environment->child->string, sizeof(props->enable_env_var.name));
data/vulkan-loader-1.2.154.1/loader/loader.c:3434:13:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
            strncpy(props->enable_env_var.value, enable_environment->child->valuestring, sizeof(props->enable_env_var.value));
data/vulkan-loader-1.2.154.1/loader/loader.c:3460:30:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                size_t len = strlen(inst_ext_name) >= MAX_STRING_SIZE ? MAX_STRING_SIZE - 3 : strlen(inst_ext_name) - 2;
data/vulkan-loader-1.2.154.1/loader/loader.c:3460:95:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                size_t len = strlen(inst_ext_name) >= MAX_STRING_SIZE ? MAX_STRING_SIZE - 3 : strlen(inst_ext_name) - 2;
data/vulkan-loader-1.2.154.1/loader/loader.c:3461:17:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
                strncpy(props->pre_instance_functions.enumerate_instance_extension_properties, inst_ext_name + 1, len);
data/vulkan-loader-1.2.154.1/loader/loader.c:3473:30:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                size_t len = strlen(inst_layer_name) >= MAX_STRING_SIZE ? MAX_STRING_SIZE - 3 : strlen(inst_layer_name) - 2;
data/vulkan-loader-1.2.154.1/loader/loader.c:3473:97:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                size_t len = strlen(inst_layer_name) >= MAX_STRING_SIZE ? MAX_STRING_SIZE - 3 : strlen(inst_layer_name) - 2;
data/vulkan-loader-1.2.154.1/loader/loader.c:3474:17:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
                strncpy(props->pre_instance_functions.enumerate_instance_layer_properties, inst_layer_name + 1, len);
data/vulkan-loader-1.2.154.1/loader/loader.c:3486:30:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                size_t len = strlen(inst_version_name) >= MAX_STRING_SIZE ? MAX_STRING_SIZE - 3 : strlen(inst_version_name) - 2;
data/vulkan-loader-1.2.154.1/loader/loader.c:3486:99:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                size_t len = strlen(inst_version_name) >= MAX_STRING_SIZE ? MAX_STRING_SIZE - 3 : strlen(inst_version_name) - 2;
data/vulkan-loader-1.2.154.1/loader/loader.c:3487:17:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
                strncpy(props->pre_instance_functions.enumerate_instance_version, inst_version_name + 1, len);
data/vulkan-loader-1.2.154.1/loader/loader.c:3525:22:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                temp[strlen(temp) - 1] = '\0';
data/vulkan-loader-1.2.154.1/loader/loader.c:3526:17:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
                strncpy(props->app_key_paths[i], temp + 1, MAX_STRING_SIZE - 1);
data/vulkan-loader-1.2.154.1/loader/loader.c:3706:22:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        path_size += strlen(cur_path) + relative_path_size + 2;
data/vulkan-loader-1.2.154.1/loader/loader.c:3791:23:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    size_t name_len = strlen(file_name);
data/vulkan-loader-1.2.154.1/loader/loader.c:3806:42:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        loader_instance_heap_alloc(inst, strlen(file_name) + 1, VK_SYSTEM_ALLOCATION_SCOPE_COMMAND);
data/vulkan-loader-1.2.154.1/loader/loader.c:3881:27:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                str_len = strlen(cur_file) + 1;
data/vulkan-loader-1.2.154.1/loader/loader.c:3960:58:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
            home_root = loader_instance_heap_alloc(inst, strlen(home) + 14, VK_SYSTEM_ALLOCATION_SCOPE_COMMAND);
data/vulkan-loader-1.2.154.1/loader/loader.c:3997:29:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        search_path_size += strlen(override_path) + 1;
data/vulkan-loader-1.2.154.1/loader/loader.c:4004:20:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        rel_size = strlen(relative_location);
data/vulkan-loader-1.2.154.1/loader/loader.c:4053:41:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                        cur_path_ptr += strlen(cur_path_ptr);
data/vulkan-loader-1.2.154.1/loader/loader.c:4090:39:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    size_t search_path_updated_size = strlen(search_path);
data/vulkan-loader-1.2.154.1/loader/loader.c:4211:9:  [1] (buffer) wcsncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
        wcsncpy(filename_info.value_name, value_name, sizeof(filename_info.value_name) / sizeof(WCHAR));
data/vulkan-loader-1.2.154.1/loader/loader.c:4266:102:  [1] (buffer) wcslen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        for (const wchar_t *curr_path = full_info->output_string; curr_path[0] != '\0'; curr_path += wcslen(curr_path) + 1) {
data/vulkan-loader-1.2.154.1/loader/loader.c:4272:39:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                               (DWORD)strlen(json_path) + 1, &result);
data/vulkan-loader-1.2.154.1/loader/loader.c:4574:30:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                if (!temp || strlen(temp) == 0) {
data/vulkan-loader-1.2.154.1/loader/loader.c:4588:22:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                temp[strlen(temp) - 1] = '\0';
data/vulkan-loader-1.2.154.1/loader/loader.c:4589:57:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                char *library_path = loader_stack_alloc(strlen(temp) + 1);
data/vulkan-loader-1.2.154.1/loader/loader.c:4604:21:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                if (strlen(library_path) == 0) {
data/vulkan-loader-1.2.154.1/loader/loader.c:4618:58:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                    char *name_copy = loader_stack_alloc(strlen(file_str) + 1);
data/vulkan-loader-1.2.154.1/loader/loader.c:5222:54:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
            (char *)loader_instance_heap_alloc(inst, strlen(funcName) + 1, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE);
data/vulkan-loader-1.2.154.1/loader/loader.c:5230:9:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
        strncpy(inst->dev_ext_disp_hash[idx].func_name, funcName, strlen(funcName) + 1);
data/vulkan-loader-1.2.154.1/loader/loader.c:5230:67:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        strncpy(inst->dev_ext_disp_hash[idx].func_name, funcName, strlen(funcName) + 1);
data/vulkan-loader-1.2.154.1/loader/loader.c:5261:58:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                (char *)loader_instance_heap_alloc(inst, strlen(funcName) + 1, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE);
data/vulkan-loader-1.2.154.1/loader/loader.c:5269:13:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
            strncpy(inst->dev_ext_disp_hash[i].func_name, funcName, strlen(funcName) + 1);
data/vulkan-loader-1.2.154.1/loader/loader.c:5269:69:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
            strncpy(inst->dev_ext_disp_hash[i].func_name, funcName, strlen(funcName) + 1);
data/vulkan-loader-1.2.154.1/loader/loader.c:5322:32:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    idx = murmurhash(funcName, strlen(funcName), seed) % MAX_NUM_UNKNOWN_EXTS;
data/vulkan-loader-1.2.154.1/loader/loader.c:5393:54:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
            (char *)loader_instance_heap_alloc(inst, strlen(funcName) + 1, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE);
data/vulkan-loader-1.2.154.1/loader/loader.c:5400:9:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
        strncpy(inst->phys_dev_ext_disp_hash[idx].func_name, funcName, strlen(funcName) + 1);
data/vulkan-loader-1.2.154.1/loader/loader.c:5400:72:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        strncpy(inst->phys_dev_ext_disp_hash[idx].func_name, funcName, strlen(funcName) + 1);
data/vulkan-loader-1.2.154.1/loader/loader.c:5429:58:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                (char *)loader_instance_heap_alloc(inst, strlen(funcName) + 1, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE);
data/vulkan-loader-1.2.154.1/loader/loader.c:5436:13:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
            strncpy(inst->phys_dev_ext_disp_hash[i].func_name, funcName, strlen(funcName) + 1);
data/vulkan-loader-1.2.154.1/loader/loader.c:5436:74:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
            strncpy(inst->phys_dev_ext_disp_hash[i].func_name, funcName, strlen(funcName) + 1);
data/vulkan-loader-1.2.154.1/loader/loader.c:5511:32:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    idx = murmurhash(funcName, strlen(funcName), seed) % MAX_NUM_UNKNOWN_EXTS;
data/vulkan-loader-1.2.154.1/loader/loader.c:5638:31:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    name = loader_stack_alloc(strlen(layer_env) + 1);
data/vulkan-loader-1.2.154.1/loader/loader.c:5951:21:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                if (strlen(layer_prop->functions.str_negotiate_interface) == 0) {
data/vulkan-loader-1.2.154.1/loader/loader.c:5992:29:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                        if (strlen(layer_prop->functions.str_gipa) == 0) {
data/vulkan-loader-1.2.154.1/loader/loader.c:6188:21:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                if (strlen(layer_prop->functions.str_gipa) == 0) {
data/vulkan-loader-1.2.154.1/loader/loader.c:6213:21:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                if (strlen(layer_prop->functions.str_gdpa) == 0) {
data/vulkan-loader-1.2.154.1/loader/loader.c:7527:31:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    if (pLayerName != NULL && strlen(pLayerName) > 0) {
data/vulkan-loader-1.2.154.1/loader/loader.c:7738:23:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    if (pLayerName && strlen(pLayerName) != 0) {
data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_logging.h:968:38:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    remaining_space = buffer_space - strlen(buf);
data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_logging.h:971:42:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        remaining_space = buffer_space - strlen(buf);
data/vulkan-loader-1.2.154.1/tests/layers/vk_layer_utils.h:46:16:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        return strlen(str);

ANALYSIS SUMMARY:

Hits = 881
Lines analyzed = 140327 in approximately 3.07 seconds (45729 lines/second)
Physical Source Lines of Code (SLOC) = 114702
Hits@level = [0]  26 [1] 121 [2] 719 [3]   9 [4]  31 [5]   1
Hits@level+ = [0+] 907 [1+] 881 [2+] 760 [3+]  41 [4+]  32 [5+]   1
Hits/KSLOC@level+ = [0+] 7.90745 [1+] 7.68077 [2+] 6.62587 [3+] 0.357448 [4+] 0.278984 [5+] 0.00871824
Dot directories skipped = 1 (--followdotdir overrides)
Minimum risk level = 1
Not every hit is necessarily a security vulnerability.
There may be other security vulnerabilities; review your code!
See 'Secure Programming HOWTO'
(https://dwheeler.com/secure-programs) for more information.