Skip to content
Snippets Groups Projects
  1. Jul 21, 2023
  2. Jan 14, 2023
  3. Jun 17, 2022
  4. Jul 09, 2021
  5. Jul 08, 2021
  6. Jun 24, 2021
  7. Jun 23, 2021
  8. Oct 08, 2020
  9. Jul 23, 2019
  10. Jun 05, 2019
  11. Jun 10, 2016
  12. Feb 22, 2013
  13. Jan 02, 2013
    • Mike Gorchak's avatar
      glu: initialize PriorityQ::order field to NULL in pqNewPriorityQ() · bfdf99d6
      Mike Gorchak authored and Brian Paul's avatar Brian Paul committed
      
      pqNewPriorityQ() function creates and setups PriorityQ structure, all
      except for the field "order". It is filled later in function
      pqInit(). Depending on vertices of polygon which must be tesselated
      there possible following situation, pqDeletePriorityQ() is called
      right after pqNewPriorityQ() function. pqNewPriorityQ() tries to free
      memory using pq->order as pointer, which is unitialized at this point.
      
      Signed-off-by: default avatarBrian Paul <brianp@vmware.com>
      bfdf99d6
  14. Sep 17, 2012
  15. Aug 29, 2012
  16. May 21, 2012
    • Lukas Rössler's avatar
      glu: fix two Clang warnings · 98398a3e
      Lukas Rössler authored and Brian Paul's avatar Brian Paul committed
      
      This patch removes two Clang warnings in GLU:
      
      The first one seems to be an actual bug in mapdesc.cc: Clang complains
      that sizeof(dest) will return the size of REAL*[MAXCOORDS], instead of
      the intended REAL[MAXCOORDS][MAXCOORDS]. The second one is just
      cosmetic because Clang doesn't like extra parentheses.
      
      NOTE: This is a candidate for the 8.0 branch
      
      Reviewed-by: default avatarBrian Paul <brianp@vmware.com>
      98398a3e
  17. Nov 09, 2011
Loading