mterry / 321db

Project II for 60-321: A RDBMS built using C and CURSES
1 stars 0 forks source link

Memory corruption issue causing segfault #23

Open mterry opened 13 years ago

mterry commented 13 years ago

During the formation of the database in read_db_definition() in dbcompile.c, there is a memory corruption issue which causes the currently open table's values to corrupt, and, as a result, causes realloc() to throw a segfault. This issue is well beyond me to attempt to fix, in any amount of reasonable time.