XiaoxiongWang

Results 11 issues of XiaoxiongWang

Tested in Ubuntu 16.04, 64bit. The tested program is the example program dump-tree. The testcase is [dump_tree_segv3](https://github.com/xiaoxiongwang/function_bugs/blob/master/libelfin/dump_tree_segv3). I use the following command: ``` /path-to-libelfin/examples/dump-tree dump_tree_segv3 ``` and get: ``` Segmentation...

Tested in Ubuntu 16.04, 64bit. The tested program is the example program dump-tree. The testcase is [dump_tree_segv](https://github.com/xiaoxiongwang/function_bugs/blob/master/libelfin/dump_tree_segv). I use the following command: ``` /path-to-libelfin/examples/dump-tree dump_tree_segv ``` and get: ``` Segmentation...

Tested in Ubuntu 16.04, 64bit. The tested program is the example program dump-tree. The testcase is [dump_tree_segv2](https://github.com/xiaoxiongwang/function_bugs/blob/master/libelfin/dump_tree_segv2). I use the following command: ``` /path-to-libelfin/examples/dump-tree dump_tree_segv2 ``` and get: ``` Segmentation...

Tested in Ubuntu 16.04, 64bit. The tested program is the example program dump_line. The testcase is [dump_line_global_buffer_overflow](https://github.com/xiaoxiongwang/function_bugs/blob/master/libelfin/dump_line_global_buffer_overflow). I use the following command: ``` /path-to-libelfin/examples/dump-lines dump_line_global_buffer_overflow ``` and get: ``` terminate...

Tested in Ubuntu 16.04, 64bit. The tested program is the example program dump-lines. The testcase is [dump_line_segv](https://github.com/xiaoxiongwang/function_bugs/blob/master/libelfin/dump_line_segv). I use the following command: ``` /path-to-libelfin/examples/dump-lines dump_line_segv ``` and got: ``` Segmentation...

Tested in Ubuntu 16.04, 64bit. The tested program is the example program dump-syms. The testcase is [dump_syms_segv](https://github.com/xiaoxiongwang/function_bugs/blob/master/libelfin/dump_syms_segv). I use the following command: ``` /path-to-libelfin/examples/dump-syms dump_syms_segv ``` and get: ``` Segmentation...

Tested in Ubuntu 16.04, 64bit. The tested program is the example program dump-lines. The testcase is [dump_line_segv2](https://github.com/xiaoxiongwang/function_bugs/blob/master/libelfin/dump_line_segv2). I use the following command: ``` /path-to-libelfin/examples/dump-lines dump_line_segv2 ``` and got: ``` Segmentation...

Tested in Ubuntu 16.04, 64bit. The testcase is [segv_ffjpeg_e1](https://github.com/xiaoxiongwang/function_bugs/blob/master/ffjpeg/segv_ffjpeg_e1). I use the following command: ``` ffjpeg -e segv_ffjpeg_e1 ``` and get: ``` Segmentation fault ``` I use **valgrind** to analysis...

Tested in Ubuntu 16.04, 64bit. The tesecase is [heap-buffer-overflow_ffjpeg_d1](https://github.com/xiaoxiongwang/function_bugs/blob/master/ffjpeg/heap-buffer-overflow_ffjpeg_d1). I use the following command: ``` ffjpeg -d heap-buffer-overflow_ffjpeg_d1 ``` and get: ``` Segmentation fault ``` I use **valgrind** to analysis...

Tested in Ubuntu 16.04, 64bit. The testcase is [segv_ffjpeg_e2](https://github.com/xiaoxiongwang/function_bugs/blob/master/ffjpeg/segv_ffjpeg_e2). I use the following command: ``` ffjpeg -e segv_ffjpeg_e2 ``` and get: ``` Segmentation fault ``` I use **valgrind** to analysis...