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/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c Examining data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c Examining data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c FINAL RESULTS: data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:666:3: [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(r,name); data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:1253:3: [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(r,SWIG_Perl_TypeProxyName(type)); data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:1481:8: [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. #ifdef access data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:1482:10: [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. #undef access data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:1723:10: [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. # ifndef snprintf data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:1724:11: [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/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:1724:20: [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/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:666:3: [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(r,name); data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:1253:3: [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(r,SWIG_Perl_TypeProxyName(type)); data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:1481:8: [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. #ifdef access data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:1482:10: [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. #undef access data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:1725:10: [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. # ifndef snprintf data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:1726:11: [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/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:1726:20: [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/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:666:3: [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(r,name); data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:1253:3: [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(r,SWIG_Perl_TypeProxyName(type)); data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:1481:8: [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. #ifdef access data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:1482:10: [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. #undef access data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:1715:10: [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. # ifndef snprintf data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:1716:11: [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/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:1716:20: [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/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:617:16: [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 hex[17] = "0123456789abcdef"; data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:1248:3: [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 result[1024]; data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:1472:8: [2] (misc) open: 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). #ifdef open data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:1473:10: [2] (misc) open: 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). #undef open data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:1738: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[256]; data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:1739:5: [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(temp, "%lld", value); data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:1775: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. *cptr = (char *)memcpy((char *)malloc((size)*sizeof(char)), cstr, sizeof(char)*(size)); data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:1876: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[256]; data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:1877:5: [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(temp, "%llu", value); data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:2483:16: [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 *hwinfo[4] = { data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:2853:49: [2] (buffer) memcpy: Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data. ST(argvi) = SWIG_NewPointerObj((imaxdiv_t *)memcpy((imaxdiv_t *)malloc(sizeof(imaxdiv_t)),&result,sizeof(imaxdiv_t)), SWIGTYPE_p_imaxdiv_t, SWIG_POINTER_OWN | SWIG_SHADOW); argvi++ ; data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:3409:45: [2] (buffer) memcpy: Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data. ST(argvi) = SWIG_NewPointerObj((off_t *)memcpy((off_t *)malloc(sizeof(off_t)),&result,sizeof(off_t)), SWIGTYPE_p_off_t, SWIG_POINTER_OWN | 0); argvi++ ; data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:4355:7: [2] (buffer) memcpy: Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data. memcpy(wdata, ptr, len); data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:6862:27: [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. sv_setpv(sv, (const char *) swig_constants[i].pvalue); data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:617:16: [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 hex[17] = "0123456789abcdef"; data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:1248:3: [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 result[1024]; data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:1472:8: [2] (misc) open: 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). #ifdef open data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:1473:10: [2] (misc) open: 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). #undef open data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:1740: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[256]; data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:1741:5: [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(temp, "%lld", value); data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:1777: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. *cptr = (char *)memcpy((char *)malloc((size)*sizeof(char)), cstr, sizeof(char)*(size)); data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:1878: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[256]; data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:1879:5: [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(temp, "%llu", value); data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:2575:49: [2] (buffer) memcpy: Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data. ST(argvi) = SWIG_NewPointerObj((imaxdiv_t *)memcpy((imaxdiv_t *)malloc(sizeof(imaxdiv_t)),&result,sizeof(imaxdiv_t)), SWIGTYPE_p_imaxdiv_t, SWIG_POINTER_OWN | SWIG_SHADOW); argvi++ ; data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:4521:46: [2] (buffer) memcpy: Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data. ST(argvi) = SWIG_NewPointerObj((mode_t *)memcpy((mode_t *)malloc(sizeof(mode_t)),&result,sizeof(mode_t)), SWIGTYPE_p_mode_t, SWIG_POINTER_OWN | 0); argvi++ ; data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:5659:27: [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. sv_setpv(sv, (const char *) swig_constants[i].pvalue); data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:617:16: [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 hex[17] = "0123456789abcdef"; data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:1248:3: [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 result[1024]; data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:1472:8: [2] (misc) open: 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). #ifdef open data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:1473:10: [2] (misc) open: 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). #undef open data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:1730: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[256]; data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:1731:5: [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(temp, "%lld", value); data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:1767: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. *cptr = (char *)memcpy((char *)malloc((size)*sizeof(char)), cstr, sizeof(char)*(size)); data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:1868: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[256]; data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:1869:5: [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(temp, "%llu", value); data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:2249:49: [2] (buffer) memcpy: Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data. ST(argvi) = SWIG_NewPointerObj((imaxdiv_t *)memcpy((imaxdiv_t *)malloc(sizeof(imaxdiv_t)),&result,sizeof(imaxdiv_t)), SWIGTYPE_p_imaxdiv_t, SWIG_POINTER_OWN | SWIG_SHADOW); argvi++ ; data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:2890:27: [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. sv_setpv(sv, (const char *) swig_constants[i].pvalue); data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:381: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). const char* te = tb + strlen(tb); data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:665:7: [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(name) + 1 > (bsz - (r - buff))) return 0; data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:686: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). size_t lname = (name ? strlen(name) : 0); data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:691:5: [1] (buffer) strncpy: Easily used incorrectly; doesn't always \0-terminate or check for invalid pointers [MS-banned] (CWE-120). strncpy(r,name,lname+1); data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:1250: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). if ((2*sz + 1 + strlen(SWIG_Perl_TypeProxyName(type))) > 1000) return; data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:1342: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). sv_magic(sv,sv,'U',name,strlen(name)); data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:1439:8: [1] (buffer) read: Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20). #ifdef read data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:1440:10: [1] (buffer) read: Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20). #undef read data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:1790: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 (psize) *psize = vptr ? (strlen(vptr) + 1) : 0; data/libdevice-cdio-perl-2.0.0/perlcdio_wrap.c:2122: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). return SWIG_FromCharPtrAndSize(cptr, (cptr ? strlen(cptr) : 0)); data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:381: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). const char* te = tb + strlen(tb); data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:665:7: [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(name) + 1 > (bsz - (r - buff))) return 0; data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:686: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). size_t lname = (name ? strlen(name) : 0); data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:691:5: [1] (buffer) strncpy: Easily used incorrectly; doesn't always \0-terminate or check for invalid pointers [MS-banned] (CWE-120). strncpy(r,name,lname+1); data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:1250: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). if ((2*sz + 1 + strlen(SWIG_Perl_TypeProxyName(type))) > 1000) return; data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:1342: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). sv_magic(sv,sv,'U',name,strlen(name)); data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:1439:8: [1] (buffer) read: Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20). #ifdef read data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:1440:10: [1] (buffer) read: Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20). #undef read data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:1792: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 (psize) *psize = vptr ? (strlen(vptr) + 1) : 0; data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:2126: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). return SWIG_FromCharPtrAndSize(cptr, (cptr ? strlen(cptr) : 0)); data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:2132: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). char *psz_newname=calloc(sizeof(char), strlen(psz_oldname)+1); data/libdevice-cdio-perl-2.0.0/perliso9660_wrap.c:2140: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). char *psz_newname=calloc(sizeof(char), strlen(psz_oldname)+1); data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:381: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). const char* te = tb + strlen(tb); data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:665:7: [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(name) + 1 > (bsz - (r - buff))) return 0; data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:686: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). size_t lname = (name ? strlen(name) : 0); data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:691:5: [1] (buffer) strncpy: Easily used incorrectly; doesn't always \0-terminate or check for invalid pointers [MS-banned] (CWE-120). strncpy(r,name,lname+1); data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:1250: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). if ((2*sz + 1 + strlen(SWIG_Perl_TypeProxyName(type))) > 1000) return; data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:1342: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). sv_magic(sv,sv,'U',name,strlen(name)); data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:1439:8: [1] (buffer) read: Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20). #ifdef read data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:1440:10: [1] (buffer) read: Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20). #undef read data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:1782: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 (psize) *psize = vptr ? (strlen(vptr) + 1) : 0; data/libdevice-cdio-perl-2.0.0/perlmmc_wrap.c:1979: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). return SWIG_FromCharPtrAndSize(cptr, (cptr ? strlen(cptr) : 0)); ANALYSIS SUMMARY: Hits = 90 Lines analyzed = 17785 in approximately 0.81 seconds (21972 lines/second) Physical Source Lines of Code (SLOC) = 14413 Hits@level = [0] 44 [1] 32 [2] 37 [3] 0 [4] 21 [5] 0 Hits@level+ = [0+] 134 [1+] 90 [2+] 58 [3+] 21 [4+] 21 [5+] 0 Hits/KSLOC@level+ = [0+] 9.29716 [1+] 6.24436 [2+] 4.02414 [3+] 1.45702 [4+] 1.45702 [5+] 0 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.