1. 10 Feb, 2017 1 commit
    • Brian Christiansen's avatar
      Check for size 0 when xmalloc'ing · de5d825f
      Brian Christiansen authored
      If size is 0, it will allocate 0 + 2. 2 for the magic and the size. But
      xmalloc will then retun the pointer pointing past the newly allocated
      memory (p[2]) which can cause a segfault.
      de5d825f
  2. 09 Feb, 2017 15 commits
  3. 08 Feb, 2017 15 commits
  4. 07 Feb, 2017 9 commits