spaceconcordia / space-lib

Libraries projects
0 stars 2 forks source link

Segfaults galore in Shakespeare #19

Open SpaceShawn opened 8 years ago

SpaceShawn commented 8 years ago

Either there is an architecture issue or straight stack smashing going on since the Binary/CSV stuff was added.

I see that in binary_log_check in shakespeare.cpp, char line[256] is being cast as time_t, which is either 4 or 8 bytes. I don't know how this works on any architecture.

Affected tests: BinaryLogCSV IntegratedLogCSV