Simple jpeg to bmp format conversion

54 views 8:16 am 0 Comments April 4, 2023

This project is based on a simple jpeg to bmp format conversion open source code called ‘jpeg2bmp.cpp’. I modified it in the similar way as what I introduced in lecture slides ‘fuzzTest-example.ppt’ by manually adding 13 bugs that cause the program to crash. When a bug is triggered, jpeg2bmp program will crash with “segmentation fault” and print out “Triggering Bug #n !” in stderr where n is a number between 1 to 13 indicating which bug has been triggered.