Project

General

Profile

« Previous | Next » 

Revision a94e1668

Added by skyjake almost 16 years ago

Fixed memory zone corruption due to out-of-bounds access of content->buffer. This occurred when texture content was being uploaded without deferring. GL_UploadTextureContent() assumed that content->buffer was modifiable, which is only the case when the content has been deferred and copied to a separate buffer. Non-deferred content is still in the zone.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences