Unnamed: 0
int64
0
56k
source_code
stringlengths
55
5.98k
comments
stringlengths
2
1.76k
label
stringclasses
68 values
dataset_name
stringclasses
1 value
file_name
stringlengths
208
265
function
stringlengths
27
87
decompiled_code
stringlengths
68
3.97k
compiler_options
stringclasses
1 value
18,700
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_03_good() { goodG2B1(); goodG2B2(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64634/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_03.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_03_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_03_good(void) { goodG2B1(); goodG2B2(); return; }
['gcc']
18,701
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_04_bad() { int * data; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); if(STATIC_CONST_TRUE) { /* FLAW: Set a pointer to a "small" buffer. This buffer will be...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64635/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_04.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_04_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_04_bad(void) { long lVar1; undefined8 *puVar2; undefined auStack_420 [416]; undefined4 auStack_280 [50]; undefined8 auStack_1b8 [51]; undefined *puStack_20; undefined4 *puStack_18; undefined4 *puStack_10; puStack_18 = auStack_280;...
['gcc']
18,702
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_04_good() { goodG2B1(); goodG2B2(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64635/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_04.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_04_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_04_good(void) { goodG2B1(); goodG2B2(); return; }
['gcc']
18,703
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_05_bad() { int * data; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); if(staticTrue) { /* FLAW: Set a pointer to a "small" buffer. This buffer will be used i...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64636/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_05.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_05_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_05_bad(void) { long lVar1; undefined8 *puVar2; undefined auStack_420 [416]; undefined4 auStack_280 [50]; undefined8 auStack_1b8 [51]; undefined *puStack_20; undefined4 *puStack_18; undefined4 *puStack_10; puStack_18 = auStack_280;...
['gcc']
18,704
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_05_good() { goodG2B1(); goodG2B2(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64636/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_05.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_05_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_05_good(void) { goodG2B1(); goodG2B2(); return; }
['gcc']
18,705
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_06_bad() { int * data; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); if(STATIC_CONST_FIVE==5) { /* FLAW: Set a pointer to a "small" buffer. This buffer will...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64637/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_06.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_06_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_06_bad(void) { long lVar1; undefined8 *puVar2; undefined auStack_420 [416]; undefined4 auStack_280 [50]; undefined8 auStack_1b8 [51]; undefined *puStack_20; undefined4 *puStack_18; undefined4 *puStack_10; puStack_18 = auStack_280;...
['gcc']
18,706
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_06_good() { goodG2B1(); goodG2B2(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64637/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_06.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_06_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_06_good(void) { goodG2B1(); goodG2B2(); return; }
['gcc']
18,707
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_07_bad() { int * data; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); if(staticFive==5) { /* FLAW: Set a pointer to a "small" buffer. This buffer will be use...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64638/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_07.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_07_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_07_bad(void) { long lVar1; undefined8 *puVar2; undefined auStack_420 [416]; undefined4 auStack_280 [50]; undefined8 auStack_1b8 [51]; undefined *puStack_20; undefined4 *puStack_18; undefined4 *puStack_10; puStack_18 = auStack_280;...
['gcc']
18,708
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_07_good() { goodG2B1(); goodG2B2(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64638/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_07.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_07_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_07_good(void) { goodG2B1(); goodG2B2(); return; }
['gcc']
18,709
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_08_bad() { int * data; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); if(staticReturnsTrue()) { /* FLAW: Set a pointer to a "small" buffer. This buffer will ...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64639/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_08.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_08_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_08_bad(undefined8 param_1) { int iVar1; long lVar2; undefined8 *puVar3; byte bVar4; undefined auStack_420 [416]; undefined4 auStack_280 [50]; undefined8 auStack_1b8 [51]; undefined *puStack_20; undefined4 *puStack_18; undefined4 *p...
['gcc']
18,710
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_08_good() { goodG2B1(); goodG2B2(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64639/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_08.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_08_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_08_good(void) { goodG2B1(); goodG2B2(); return; }
['gcc']
18,711
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_09_bad() { int * data; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); if(GLOBAL_CONST_TRUE) { /* FLAW: Set a pointer to a "small" buffer. This buffer will be...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64640/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_09.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_09_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_09_bad(void) { long lVar1; undefined8 *puVar2; undefined auStack_420 [416]; undefined4 auStack_280 [50]; undefined8 auStack_1b8 [51]; undefined *puStack_20; undefined4 *puStack_18; undefined4 *puStack_10; puStack_18 = auStack_280;...
['gcc']
18,712
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_09_good() { goodG2B1(); goodG2B2(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64640/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_09.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_09_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_09_good(void) { goodG2B1(); goodG2B2(); return; }
['gcc']
18,713
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_10_bad() { int * data; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); if(globalTrue) { /* FLAW: Set a pointer to a "small" buffer. This buffer will be used i...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64641/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_10.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_10_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_10_bad(void) { long lVar1; undefined8 *puVar2; undefined auStack_420 [416]; undefined4 auStack_280 [50]; undefined8 auStack_1b8 [51]; undefined *puStack_20; undefined4 *puStack_18; undefined4 *puStack_10; puStack_18 = auStack_280;...
['gcc']
18,714
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_10_good() { goodG2B1(); goodG2B2(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64641/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_10.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_10_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_10_good(void) { goodG2B1(); goodG2B2(); return; }
['gcc']
18,715
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_11_bad() { int * data; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); if(globalReturnsTrue()) { /* FLAW: Set a pointer to a "small" buffer. This buffer will ...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64642/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_11.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_11_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_11_bad(undefined8 param_1) { int iVar1; long lVar2; undefined8 *puVar3; byte bVar4; undefined auStack_420 [416]; undefined4 auStack_280 [50]; undefined8 auStack_1b8 [51]; undefined *puStack_20; undefined4 *puStack_18; undefined4 *p...
['gcc']
18,716
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_11_good() { goodG2B1(); goodG2B2(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64642/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_11.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_11_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_11_good(void) { goodG2B1(); goodG2B2(); return; }
['gcc']
18,717
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_12_bad() { int * data; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); if(globalReturnsTrueOrFalse()) { /* FLAW: Set a pointer to a "small" buffer. This buffe...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', '/* FIX: Set a pointer to a "large" buffer, thus avoiding buffer overflows in the sinks. */', "/* fill with 0's */", '/* POTEN...
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64643/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_12.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_12_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_12_bad(undefined8 param_1) { int iVar1; long lVar2; undefined8 *puVar3; byte bVar4; undefined4 auStack_420 [104]; undefined4 auStack_280 [50]; undefined8 auStack_1b8 [51]; undefined4 *puStack_20; undefined4 *puStack_18; undefined4 ...
['gcc']
18,718
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_12_good() { goodG2B(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64643/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_12.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_12_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_12_good(void) { goodG2B(); return; }
['gcc']
18,719
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_13_bad() { int * data; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); if(GLOBAL_CONST_FIVE==5) { /* FLAW: Set a pointer to a "small" buffer. This buffer will...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64644/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_13.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_13_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_13_bad(void) { long lVar1; undefined8 *puVar2; undefined auStack_420 [416]; undefined4 auStack_280 [50]; undefined8 auStack_1b8 [51]; undefined *puStack_20; undefined4 *puStack_18; undefined4 *puStack_10; puStack_18 = auStack_280;...
['gcc']
18,720
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_13_good() { goodG2B1(); goodG2B2(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64644/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_13.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_13_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_13_good(void) { goodG2B1(); goodG2B2(); return; }
['gcc']
18,721
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_14_bad() { int * data; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); if(globalFive==5) { /* FLAW: Set a pointer to a "small" buffer. This buffer will be use...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64645/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_14.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_14_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_14_bad(void) { long lVar1; undefined8 *puVar2; undefined auStack_420 [416]; undefined4 auStack_280 [50]; undefined8 auStack_1b8 [51]; undefined *puStack_20; undefined4 *puStack_18; undefined4 *puStack_10; puStack_18 = auStack_280;...
['gcc']
18,722
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_14_good() { goodG2B1(); goodG2B2(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64645/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_14.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_14_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_14_good(void) { goodG2B1(); goodG2B2(); return; }
['gcc']
18,723
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_15_bad() { int * data; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); switch(6) { case 6: /* FLAW: Set a pointer to a "small" buffer. This buffer will b...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', '/* INCIDENTAL: CWE 561 Dead Code, the code below will never run */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buff...
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64646/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_15.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_15_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_15_bad(void) { long lVar1; undefined8 *puVar2; undefined auStack_420 [416]; undefined4 auStack_280 [50]; undefined8 auStack_1b8 [51]; undefined4 *puStack_20; undefined *puStack_18; undefined4 *puStack_10; puStack_20 = auStack_280;...
['gcc']
18,724
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_15_good() { goodG2B1(); goodG2B2(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64646/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_15.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_15_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_15_good(void) { goodG2B1(); goodG2B2(); return; }
['gcc']
18,725
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_16_bad() { int * data; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); while(1) { /* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the ...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64647/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_16.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_16_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_16_bad(void) { long lVar1; undefined8 *puVar2; undefined auStack_420 [416]; undefined4 auStack_280 [50]; undefined8 auStack_1b8 [51]; undefined4 *puStack_20; undefined *puStack_18; undefined4 *puStack_10; puStack_20 = auStack_280;...
['gcc']
18,726
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_16_good() { goodG2B(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64647/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_16.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_16_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_16_good(void) { goodG2B(); return; }
['gcc']
18,727
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_17_bad() { int i; int * data; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); for(i = 0; i < 1; i++) { /* FLAW: Set a pointer to a "small" buffer. This b...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64648/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_17.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_17_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_17_bad(void) { long lVar1; undefined8 *puVar2; undefined auStack_420 [416]; undefined4 auStack_280 [50]; undefined8 auStack_1b8 [50]; undefined *puStack_28; undefined4 *puStack_20; undefined4 *puStack_18; int iStack_c; puStack_2...
['gcc']
18,728
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_17_good() { goodG2B(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64648/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_17.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_17_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_17_good(void) { goodG2B(); return; }
['gcc']
18,729
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_31_bad() { int * data; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); /* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination ...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64650/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_31.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_31_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_31_bad(void) { long lVar1; undefined8 *puVar2; undefined auStack_430 [416]; undefined4 auStack_290 [50]; undefined8 auStack_1c8 [51]; undefined4 *puStack_30; undefined4 *puStack_28; undefined4 *puStack_20; undefined *puStack_18; un...
['gcc']
18,730
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_31_good() { goodG2B(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64650/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_31.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_31_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_31_good(void) { goodG2B(); return; }
['gcc']
18,731
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_32_bad() { int * data; int * *dataPtr1 = &data; int * *dataPtr2 = &data; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); { int * data = *dataPtr1; ...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64651/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_32.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_32_bad
/* WARNING: Heritage AFTER dead removal. Example location: s0xffffffffffffffc0 : 0x00400c2b */ /* WARNING: Restarted to delay deadcode elimination for space: stack */ void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_32_bad(void) { long lVar1; undefined8 *puVar2; undefined auStack_440 [416]; ...
['gcc']
18,732
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_32_good() { goodG2B(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64651/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_32.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_32_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_32_good(void) { goodG2B(); return; }
['gcc']
18,733
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_34_bad() { int * data; CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_34_unionType myUnion; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); /* FLAW: Set...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64653/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_34.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_34_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_34_bad(void) { long lVar1; undefined8 *puVar2; undefined auStack_430 [416]; undefined4 auStack_290 [50]; undefined8 auStack_1c8 [51]; undefined4 *puStack_30; undefined4 *puStack_28; undefined4 *puStack_20; undefined *puStack_18; un...
['gcc']
18,734
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_34_good() { goodG2B(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64653/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_34.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_34_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_34_good(void) { goodG2B(); return; }
['gcc']
18,735
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_41_badSink(int * data) { { int source[100] = {0}; /* fill with 0's */ /* POTENTIAL FLAW: Possible buffer overflow if data < 100 */ memmove(data, source, 100*sizeof(int)); printIntLine(data[0]); } }
["/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64654/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_41.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_41_badSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_41_badSink(undefined4 *param_1) { long lVar1; undefined8 *puVar2; undefined8 auStack_198 [50]; puVar2 = auStack_198; for (lVar1 = 0x32; lVar1 != 0; lVar1 = lVar1 + -1) { *puVar2 = 0; puVar2 = puVar2 + 1; } func_0x00400a80(para...
['gcc']
18,736
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_41_bad() { int * data; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); /* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination ...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64654/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_41.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_41_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_41_bad(void) { undefined auStack_290 [416]; undefined auStack_f0 [208]; undefined *puStack_20; undefined *puStack_18; undefined *puStack_10; puStack_20 = auStack_f0; puStack_18 = auStack_290; puStack_10 = puStack_20; CWE121_Stack_...
['gcc']
18,737
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_41_goodG2BSink(int * data) { { int source[100] = {0}; /* fill with 0's */ /* POTENTIAL FLAW: Possible buffer overflow if data < 100 */ memmove(data, source, 100*sizeof(int)); printIntLine(data[0]); } }
["/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64654/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_41.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_41_goodG2BSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_41_goodG2BSink (undefined4 *param_1) { long lVar1; undefined8 *puVar2; undefined8 auStack_198 [50]; puVar2 = auStack_198; for (lVar1 = 0x32; lVar1 != 0; lVar1 = lVar1 + -1) { *puVar2 = 0; puVar2 = puVar2 + 1; } ...
['gcc']
18,738
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_41_good() { goodG2B(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64654/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_41.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_41_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_41_good(void) { goodG2B(); return; }
['gcc']
18,739
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_51_bad() { int * data; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); /* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination ...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64657/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_51a.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_51_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_51_bad(void) { undefined auStack_290 [416]; undefined auStack_f0 [208]; undefined *puStack_20; undefined *puStack_18; undefined *puStack_10; puStack_20 = auStack_f0; puStack_18 = auStack_290; puStack_10 = puStack_20; CWE121_Stack_...
['gcc']
18,740
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_51_good() { goodG2B(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64657/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_51a.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_51_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_51_good(void) { goodG2B(); return; }
['gcc']
18,741
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_51b_badSink(int * data) { { int source[100] = {0}; /* fill with 0's */ /* POTENTIAL FLAW: Possible buffer overflow if data < 100 */ memmove(data, source, 100*sizeof(int)); printIntLine(data[0]); } }
["/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64657/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_51b.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_51b_badSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_51b_badSink(undefined4 *param_1) { long lVar1; undefined8 *puVar2; undefined8 auStack_198 [50]; puVar2 = auStack_198; for (lVar1 = 0x32; lVar1 != 0; lVar1 = lVar1 + -1) { *puVar2 = 0; puVar2 = puVar2 + 1; } func_0x00400a80(par...
['gcc']
18,742
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_51b_goodG2BSink(int * data) { { int source[100] = {0}; /* fill with 0's */ /* POTENTIAL FLAW: Possible buffer overflow if data < 100 */ memmove(data, source, 100*sizeof(int)); printIntLine(data[0]); } }
["/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64657/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_51b.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_51b_goodG2BSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_51b_goodG2BSink (undefined4 *param_1) { long lVar1; undefined8 *puVar2; undefined8 auStack_198 [50]; puVar2 = auStack_198; for (lVar1 = 0x32; lVar1 != 0; lVar1 = lVar1 + -1) { *puVar2 = 0; puVar2 = puVar2 + 1; } ...
['gcc']
18,743
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52_bad() { int * data; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); /* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination ...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64658/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52a.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52_bad(void) { undefined auStack_290 [416]; undefined auStack_f0 [208]; undefined *puStack_20; undefined *puStack_18; undefined *puStack_10; puStack_20 = auStack_f0; puStack_18 = auStack_290; puStack_10 = puStack_20; CWE121_Stack_...
['gcc']
18,744
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52_good() { goodG2B(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64658/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52a.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52_good(void) { goodG2B(); return; }
['gcc']
18,745
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52b_badSink(int * data) { CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52c_badSink(data); }
[]
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64658/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52b.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52b_badSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52b_badSink(undefined8 param_1) { CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52c_badSink(param_1); return; }
['gcc']
18,746
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52b_goodG2BSink(int * data) { CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52c_goodG2BSink(data); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64658/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52b.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52b_goodG2BSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52b_goodG2BSink (undefined8 param_1) { CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52c_goodG2BSink(param_1); return; }
['gcc']
18,747
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52c_badSink(int * data) { { int source[100] = {0}; /* fill with 0's */ /* POTENTIAL FLAW: Possible buffer overflow if data < 100 */ memmove(data, source, 100*sizeof(int)); printIntLine(data[0]); } }
["/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64658/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52c.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52c_badSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52c_badSink(undefined4 *param_1) { long lVar1; undefined8 *puVar2; undefined8 auStack_198 [50]; puVar2 = auStack_198; for (lVar1 = 0x32; lVar1 != 0; lVar1 = lVar1 + -1) { *puVar2 = 0; puVar2 = puVar2 + 1; } func_0x00400a80(par...
['gcc']
18,748
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52c_goodG2BSink(int * data) { { int source[100] = {0}; /* fill with 0's */ /* POTENTIAL FLAW: Possible buffer overflow if data < 100 */ memmove(data, source, 100*sizeof(int)); printIntLine(data[0]); } }
["/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64658/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52c.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52c_goodG2BSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_52c_goodG2BSink (undefined4 *param_1) { long lVar1; undefined8 *puVar2; undefined8 auStack_198 [50]; puVar2 = auStack_198; for (lVar1 = 0x32; lVar1 != 0; lVar1 = lVar1 + -1) { *puVar2 = 0; puVar2 = puVar2 + 1; } ...
['gcc']
18,749
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53_bad() { int * data; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); /* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination ...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64659/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53a.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53_bad(void) { undefined auStack_290 [416]; undefined auStack_f0 [208]; undefined *puStack_20; undefined *puStack_18; undefined *puStack_10; puStack_20 = auStack_f0; puStack_18 = auStack_290; puStack_10 = puStack_20; CWE121_Stack_...
['gcc']
18,750
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53_good() { goodG2B(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64659/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53a.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53_good(void) { goodG2B(); return; }
['gcc']
18,751
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53b_badSink(int * data) { CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53c_badSink(data); }
[]
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64659/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53b.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53b_badSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53b_badSink(undefined8 param_1) { CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53c_badSink(param_1); return; }
['gcc']
18,752
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53b_goodG2BSink(int * data) { CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53c_goodG2BSink(data); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64659/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53b.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53b_goodG2BSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53b_goodG2BSink (undefined8 param_1) { CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53c_goodG2BSink(param_1); return; }
['gcc']
18,753
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53c_badSink(int * data) { CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53d_badSink(data); }
[]
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64659/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53c.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53c_badSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53c_badSink(undefined8 param_1) { CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53d_badSink(param_1); return; }
['gcc']
18,754
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53c_goodG2BSink(int * data) { CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53d_goodG2BSink(data); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64659/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53c.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53c_goodG2BSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53c_goodG2BSink (undefined8 param_1) { CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53d_goodG2BSink(param_1); return; }
['gcc']
18,755
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53d_badSink(int * data) { { int source[100] = {0}; /* fill with 0's */ /* POTENTIAL FLAW: Possible buffer overflow if data < 100 */ memmove(data, source, 100*sizeof(int)); printIntLine(data[0]); } }
["/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64659/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53d.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53d_badSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53d_badSink(undefined4 *param_1) { long lVar1; undefined8 *puVar2; undefined8 auStack_198 [50]; puVar2 = auStack_198; for (lVar1 = 0x32; lVar1 != 0; lVar1 = lVar1 + -1) { *puVar2 = 0; puVar2 = puVar2 + 1; } func_0x00400a80(par...
['gcc']
18,756
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53d_goodG2BSink(int * data) { { int source[100] = {0}; /* fill with 0's */ /* POTENTIAL FLAW: Possible buffer overflow if data < 100 */ memmove(data, source, 100*sizeof(int)); printIntLine(data[0]); } }
["/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64659/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53d.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53d_goodG2BSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_53d_goodG2BSink (undefined4 *param_1) { long lVar1; undefined8 *puVar2; undefined8 auStack_198 [50]; puVar2 = auStack_198; for (lVar1 = 0x32; lVar1 != 0; lVar1 = lVar1 + -1) { *puVar2 = 0; puVar2 = puVar2 + 1; } ...
['gcc']
18,757
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54_bad() { int * data; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); /* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination ...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64660/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54a.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54_bad(void) { undefined auStack_290 [416]; undefined auStack_f0 [208]; undefined *puStack_20; undefined *puStack_18; undefined *puStack_10; puStack_20 = auStack_f0; puStack_18 = auStack_290; puStack_10 = puStack_20; CWE121_Stack_...
['gcc']
18,758
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54_good() { goodG2B(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64660/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54a.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54_good(void) { goodG2B(); return; }
['gcc']
18,759
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54b_badSink(int * data) { CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54c_badSink(data); }
[]
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64660/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54b.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54b_badSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54b_badSink(undefined8 param_1) { CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54c_badSink(param_1); return; }
['gcc']
18,760
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54b_goodG2BSink(int * data) { CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54c_goodG2BSink(data); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64660/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54b.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54b_goodG2BSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54b_goodG2BSink (undefined8 param_1) { CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54c_goodG2BSink(param_1); return; }
['gcc']
18,761
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54c_badSink(int * data) { CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54d_badSink(data); }
[]
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64660/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54c.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54c_badSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54c_badSink(undefined8 param_1) { CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54d_badSink(param_1); return; }
['gcc']
18,762
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54c_goodG2BSink(int * data) { CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54d_goodG2BSink(data); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64660/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54c.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54c_goodG2BSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54c_goodG2BSink (undefined8 param_1) { CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54d_goodG2BSink(param_1); return; }
['gcc']
18,763
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54d_badSink(int * data) { CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54e_badSink(data); }
[]
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64660/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54d.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54d_badSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54d_badSink(undefined8 param_1) { CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54e_badSink(param_1); return; }
['gcc']
18,764
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54d_goodG2BSink(int * data) { CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54e_goodG2BSink(data); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64660/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54d.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54d_goodG2BSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54d_goodG2BSink (undefined8 param_1) { CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54e_goodG2BSink(param_1); return; }
['gcc']
18,765
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54e_badSink(int * data) { { int source[100] = {0}; /* fill with 0's */ /* POTENTIAL FLAW: Possible buffer overflow if data < 100 */ memmove(data, source, 100*sizeof(int)); printIntLine(data[0]); } }
["/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64660/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54e.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54e_badSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54e_badSink(undefined4 *param_1) { long lVar1; undefined8 *puVar2; undefined8 auStack_198 [50]; puVar2 = auStack_198; for (lVar1 = 0x32; lVar1 != 0; lVar1 = lVar1 + -1) { *puVar2 = 0; puVar2 = puVar2 + 1; } func_0x00400a80(par...
['gcc']
18,766
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54e_goodG2BSink(int * data) { { int source[100] = {0}; /* fill with 0's */ /* POTENTIAL FLAW: Possible buffer overflow if data < 100 */ memmove(data, source, 100*sizeof(int)); printIntLine(data[0]); } }
["/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64660/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54e.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54e_goodG2BSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_54e_goodG2BSink (undefined4 *param_1) { long lVar1; undefined8 *puVar2; undefined8 auStack_198 [50]; puVar2 = auStack_198; for (lVar1 = 0x32; lVar1 != 0; lVar1 = lVar1 + -1) { *puVar2 = 0; puVar2 = puVar2 + 1; } ...
['gcc']
18,767
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_63_bad() { int * data; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); /* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination ...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64661/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_63a.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_63_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_63_bad(void) { undefined auStack_290 [416]; undefined auStack_f0 [208]; undefined *puStack_20; undefined *puStack_18; undefined *puStack_10; puStack_20 = auStack_f0; puStack_18 = auStack_290; puStack_10 = puStack_20; CWE121_Stack_...
['gcc']
18,768
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_63_good() { goodG2B(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64661/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_63a.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_63_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_63_good(void) { goodG2B(); return; }
['gcc']
18,769
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_63b_badSink(int * * dataPtr) { int * data = *dataPtr; { int source[100] = {0}; /* fill with 0's */ /* POTENTIAL FLAW: Possible buffer overflow if data < 100 */ memmove(data, source, 100*sizeof(int)); printI...
["/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64661/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_63b.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_63b_badSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_63b_badSink(undefined8 *param_1) { long lVar1; undefined8 *puVar2; undefined8 auStack_1a8 [51]; undefined4 *puStack_10; puStack_10 = (undefined4 *)*param_1; puVar2 = auStack_1a8; for (lVar1 = 0x32; lVar1 != 0; lVar1 = lVar1 + -1) { ...
['gcc']
18,770
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_63b_goodG2BSink(int * * dataPtr) { int * data = *dataPtr; { int source[100] = {0}; /* fill with 0's */ /* POTENTIAL FLAW: Possible buffer overflow if data < 100 */ memmove(data, source, 100*sizeof(int)); pr...
["/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64661/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_63b.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_63b_goodG2BSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_63b_goodG2BSink (undefined8 *param_1) { long lVar1; undefined8 *puVar2; undefined8 auStack_1a8 [51]; undefined4 *puStack_10; puStack_10 = (undefined4 *)*param_1; puVar2 = auStack_1a8; for (lVar1 = 0x32; lVar1 != 0; lVar...
['gcc']
18,771
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_64_bad() { int * data; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); /* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination ...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64662/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_64a.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_64_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_64_bad(void) { undefined auStack_290 [416]; undefined auStack_f0 [208]; undefined *puStack_20; undefined *puStack_18; undefined *puStack_10; puStack_20 = auStack_f0; puStack_18 = auStack_290; puStack_10 = puStack_20; CWE121_Stack_...
['gcc']
18,772
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_64_good() { goodG2B(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64662/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_64a.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_64_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_64_good(void) { goodG2B(); return; }
['gcc']
18,773
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_64b_badSink(void * dataVoidPtr) { /* cast void pointer to a pointer of the appropriate type */ int * * dataPtr = (int * *)dataVoidPtr; /* dereference dataPtr into data */ int * data = (*dataPtr); { int source[100] = {0...
['/* cast void pointer to a pointer of the appropriate type */', '/* dereference dataPtr into data */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64662/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_64b.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_64b_badSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_64b_badSink(undefined8 *param_1) { long lVar1; undefined8 *puVar2; undefined8 auStack_1a8 [50]; undefined4 *puStack_18; undefined8 *puStack_10; puStack_18 = (undefined4 *)*param_1; puVar2 = auStack_1a8; puStack_10 = param_1; for (...
['gcc']
18,774
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_64b_goodG2BSink(void * dataVoidPtr) { /* cast void pointer to a pointer of the appropriate type */ int * * dataPtr = (int * *)dataVoidPtr; /* dereference dataPtr into data */ int * data = (*dataPtr); { int source[100] ...
['/* cast void pointer to a pointer of the appropriate type */', '/* dereference dataPtr into data */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64662/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_64b.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_64b_goodG2BSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_64b_goodG2BSink (undefined8 *param_1) { long lVar1; undefined8 *puVar2; undefined8 auStack_1a8 [50]; undefined4 *puStack_18; undefined8 *puStack_10; puStack_18 = (undefined4 *)*param_1; puVar2 = auStack_1a8; puStack_1...
['gcc']
18,775
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_66_bad() { int * data; int * dataArray[5]; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); /* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the ...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', '/* put data in array */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64664/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_66a.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_66_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_66_bad(void) { undefined auStack_2b0 [416]; undefined auStack_110 [200]; undefined auStack_48 [16]; undefined *puStack_38; undefined *puStack_20; undefined *puStack_18; undefined *puStack_10; puStack_38 = auStack_110; puStack_18 =...
['gcc']
18,776
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_66_good() { goodG2B(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64664/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_66a.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_66_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_66_good(void) { goodG2B(); return; }
['gcc']
18,777
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_66b_badSink(int * dataArray[]) { /* copy data out of dataArray */ int * data = dataArray[2]; { int source[100] = {0}; /* fill with 0's */ /* POTENTIAL FLAW: Possible buffer overflow if data < 100 */ memmove(dat...
['/* copy data out of dataArray */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64664/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_66b.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_66b_badSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_66b_badSink(long param_1) { long lVar1; undefined8 *puVar2; undefined8 auStack_1a8 [51]; undefined4 *puStack_10; puStack_10 = *(undefined4 **)(param_1 + 0x10); puVar2 = auStack_1a8; for (lVar1 = 0x32; lVar1 != 0; lVar1 = lVar1 + -1) {...
['gcc']
18,778
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_66b_goodG2BSink(int * dataArray[]) { int * data = dataArray[2]; { int source[100] = {0}; /* fill with 0's */ /* POTENTIAL FLAW: Possible buffer overflow if data < 100 */ memmove(data, source, 100*sizeof(int)); ...
["/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64664/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_66b.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_66b_goodG2BSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_66b_goodG2BSink(long param_1) { long lVar1; undefined8 *puVar2; undefined8 auStack_1a8 [51]; undefined4 *puStack_10; puStack_10 = *(undefined4 **)(param_1 + 0x10); puVar2 = auStack_1a8; for (lVar1 = 0x32; lVar1 != 0; lVar1 = lVar1 + -...
['gcc']
18,779
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_67_bad() { int * data; CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_67_structType myStruct; int * dataBadBuffer = (int *)ALLOCA(50*sizeof(int)); int * dataGoodBuffer = (int *)ALLOCA(100*sizeof(int)); /* FLAW: S...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64665/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_67a.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_67_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_67_bad(void) { undefined auStack_290 [416]; undefined auStack_f0 [200]; undefined *puStack_28; undefined *puStack_20; undefined *puStack_18; undefined *puStack_10; puStack_28 = auStack_f0; puStack_18 = auStack_290; puStack_20 = pu...
['gcc']
18,780
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_67_good() { goodG2B(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64665/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_67a.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_67_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_67_good(void) { goodG2B(); return; }
['gcc']
18,781
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_67b_badSink(CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_67_structType myStruct) { int * data = myStruct.structFirst; { int source[100] = {0}; /* fill with 0's */ /* POTENTIAL FLAW: Possible buffer overflow ...
["/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64665/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_67b.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_67b_badSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_67b_badSink(undefined4 *param_1) { long lVar1; undefined8 *puVar2; undefined8 auStack_1a8 [51]; undefined4 *puStack_10; puVar2 = auStack_1a8; puStack_10 = param_1; for (lVar1 = 0x32; lVar1 != 0; lVar1 = lVar1 + -1) { *puVar2 = 0; ...
['gcc']
18,782
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_67b_goodG2BSink(CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_67_structType myStruct) { int * data = myStruct.structFirst; { int source[100] = {0}; /* fill with 0's */ /* POTENTIAL FLAW: Possible buffer overf...
["/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64665/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_67b.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_67b_goodG2BSink
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_alloca_memmove_67b_goodG2BSink (undefined4 *param_1) { long lVar1; undefined8 *puVar2; undefined8 auStack_1a8 [51]; undefined4 *puStack_10; puVar2 = auStack_1a8; puStack_10 = param_1; for (lVar1 = 0x32; lVar1 != 0; lVar1 = lVar1 + -1)...
['gcc']
18,783
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_02_bad() { int * data; int dataBadBuffer[50]; int dataGoodBuffer[100]; if(1) { /* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination * buffer in various memory cop...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64713/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_02.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_02_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_02_bad(void) { long lVar1; undefined8 *puVar2; undefined8 auStack_3f8 [100]; undefined4 auStack_d8 [50]; undefined4 *puStack_10; puStack_10 = auStack_d8; puVar2 = auStack_3f8; for (lVar1 = 0x32; lVar1 != 0; lVar1 = lVar1 + -1) { ...
['gcc']
18,784
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_02_good() { goodG2B1(); goodG2B2(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64713/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_02.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_02_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_02_good(void) { goodG2B1(); goodG2B2(); return; }
['gcc']
18,785
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_03_bad() { int * data; int dataBadBuffer[50]; int dataGoodBuffer[100]; if(5==5) { /* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination * buffer in various memory ...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64714/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_03.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_03_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_03_bad(void) { long lVar1; undefined8 *puVar2; undefined8 auStack_3f8 [100]; undefined4 auStack_d8 [50]; undefined4 *puStack_10; puStack_10 = auStack_d8; puVar2 = auStack_3f8; for (lVar1 = 0x32; lVar1 != 0; lVar1 = lVar1 + -1) { ...
['gcc']
18,786
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_03_good() { goodG2B1(); goodG2B2(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64714/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_03.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_03_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_03_good(void) { goodG2B1(); goodG2B2(); return; }
['gcc']
18,787
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_04_bad() { int * data; int dataBadBuffer[50]; int dataGoodBuffer[100]; if(STATIC_CONST_TRUE) { /* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination * buffer in va...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64715/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_04.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_04_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_04_bad(void) { long lVar1; undefined8 *puVar2; undefined8 auStack_3f8 [100]; undefined4 auStack_d8 [50]; undefined4 *puStack_10; puStack_10 = auStack_d8; puVar2 = auStack_3f8; for (lVar1 = 0x32; lVar1 != 0; lVar1 = lVar1 + -1) { ...
['gcc']
18,788
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_04_good() { goodG2B1(); goodG2B2(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64715/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_04.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_04_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_04_good(void) { goodG2B1(); goodG2B2(); return; }
['gcc']
18,789
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_05_bad() { int * data; int dataBadBuffer[50]; int dataGoodBuffer[100]; if(staticTrue) { /* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination * buffer in various m...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64716/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_05.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_05_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_05_bad(void) { long lVar1; undefined8 *puVar2; undefined8 auStack_3f8 [100]; undefined4 auStack_d8 [50]; undefined4 *puStack_10; if (staticTrue != 0) { puStack_10 = auStack_d8; } puVar2 = auStack_3f8; for (lVar1 = 0x32; lVar1 ...
['gcc']
18,790
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_05_good() { goodG2B1(); goodG2B2(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64716/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_05.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_05_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_05_good(void) { goodG2B1(); goodG2B2(); return; }
['gcc']
18,791
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_06_bad() { int * data; int dataBadBuffer[50]; int dataGoodBuffer[100]; if(STATIC_CONST_FIVE==5) { /* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination * buffer in...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64717/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_06.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_06_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_06_bad(void) { long lVar1; undefined8 *puVar2; undefined8 auStack_3f8 [100]; undefined4 auStack_d8 [50]; undefined4 *puStack_10; puStack_10 = auStack_d8; puVar2 = auStack_3f8; for (lVar1 = 0x32; lVar1 != 0; lVar1 = lVar1 + -1) { ...
['gcc']
18,792
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_06_good() { goodG2B1(); goodG2B2(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64717/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_06.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_06_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_06_good(void) { goodG2B1(); goodG2B2(); return; }
['gcc']
18,793
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_07_bad() { int * data; int dataBadBuffer[50]; int dataGoodBuffer[100]; if(staticFive==5) { /* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination * buffer in variou...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64718/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_07.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_07_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_07_bad(void) { long lVar1; undefined8 *puVar2; undefined8 auStack_3f8 [100]; undefined4 auStack_d8 [50]; undefined4 *puStack_10; if (staticFive == 5) { puStack_10 = auStack_d8; } puVar2 = auStack_3f8; for (lVar1 = 0x32; lVar1 ...
['gcc']
18,794
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_07_good() { goodG2B1(); goodG2B2(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64718/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_07.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_07_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_07_good(void) { goodG2B1(); goodG2B2(); return; }
['gcc']
18,795
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_08_bad() { int * data; int dataBadBuffer[50]; int dataGoodBuffer[100]; if(staticReturnsTrue()) { /* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination * buffer in ...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64719/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_08.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_08_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_08_bad(void) { int iVar1; long lVar2; undefined8 *puVar3; byte bVar4; undefined8 auStack_3f8 [100]; undefined4 auStack_d8 [50]; undefined4 *puStack_10; bVar4 = 0; iVar1 = staticReturnsTrue(); if (iVar1 != 0) { puStack_10 = a...
['gcc']
18,796
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_08_good() { goodG2B1(); goodG2B2(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64719/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_08.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_08_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_08_good(void) { goodG2B1(); goodG2B2(); return; }
['gcc']
18,797
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_09_bad() { int * data; int dataBadBuffer[50]; int dataGoodBuffer[100]; if(GLOBAL_CONST_TRUE) { /* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination * buffer in va...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64720/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_09.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_09_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_09_bad(void) { long lVar1; undefined8 *puVar2; undefined8 auStack_3f8 [100]; undefined4 auStack_d8 [50]; undefined4 *puStack_10; if (GLOBAL_CONST_TRUE != 0) { puStack_10 = auStack_d8; } puVar2 = auStack_3f8; for (lVar1 = 0x32;...
['gcc']
18,798
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_09_good() { goodG2B1(); goodG2B2(); }
[]
null
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64720/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_09.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_09_good
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_09_good(void) { goodG2B1(); goodG2B2(); return; }
['gcc']
18,799
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_10_bad() { int * data; int dataBadBuffer[50]; int dataGoodBuffer[100]; if(globalTrue) { /* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination * buffer in various m...
['/* FLAW: Set a pointer to a "small" buffer. This buffer will be used in the sinks as a destination\r\n * buffer in various memory copying functions using a "large" source buffer. */', "/* fill with 0's */", '/* POTENTIAL FLAW: Possible buffer overflow if data < 100 */']
['CWE121', 'CWE805']
mvd
/work/xgk011/.cache/huggingface/datasets/downloads/extracted/486fbd3d4a8ebc225e93d9cfb666bef6ac127e67788d52f03aa0e741860aa84a/muVulDeePecker-master/source files/upload_source_1/64721/CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_10.c
CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_10_bad
void CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_memcpy_10_bad(void) { long lVar1; undefined8 *puVar2; undefined8 auStack_3f8 [100]; undefined4 auStack_d8 [50]; undefined4 *puStack_10; if (globalTrue != 0) { puStack_10 = auStack_d8; } puVar2 = auStack_3f8; for (lVar1 = 0x32; lVar1 ...
['gcc']