SFU-Embedded-Cosplay / Halo-Suit-BeagleBone

2 stars 0 forks source link

Segfault caused by sound string #18

Open HamiltonChris opened 8 years ago

HamiltonChris commented 8 years ago

Pushing the play sound string into the json object of serializer.c in line 284 causes a segfault. Commenting out this line removes the segmentation fault error. It is probably due to string buffer overflow.