CVSROOT: /cvs Module name: xenocara Changes by: [email protected] 2024/02/09 06:17:54
Modified files:
lib/mesa/src/mesa/main: dlist.c
Log message:
Fix off-by-one in dlist allocation when checking whether to allocate a
new block. This fixes segfaults in dlist functions that occur on
applications making heavy use of display lists that exceed BLOCK_SIZE.
ok jsg@ and stsp@, who also both helped me track down the issue.
