No expert here, but browsing through the code and reviewing the commits, I think the error originates in:
gl_model.c line 261
r_model.c line 166
A call to Hunk_Begin() was changed between versions 0.1 and 1.0:
loadmodel->extradata = Hunk_Begin (0xC00000);
became:
loadmodel->extradata =...