1. 20 Feb, 2019 1 commit
    • Allocate empty function name in the string pool. · 756bfd0a
      Dan Sinclair authored
      Inside the grammar for function_identifier if the .function is null an
      empty function name is allocated. This is allocated on the stack and
      passed into TFunction as a pointer. TFunction just stores that pointer.
      
      Later, when we access the name we will receive an invalid usage of a
      stack allocated variable. This CL switches to using NewPoolTStringn for
      the empty function name.
  2. 19 Feb, 2019 4 commits
  3. 17 Feb, 2019 1 commit
  4. 16 Feb, 2019 1 commit
  5. 14 Feb, 2019 2 commits
  6. 12 Feb, 2019 1 commit
  7. 11 Feb, 2019 6 commits
  8. 09 Feb, 2019 1 commit
  9. 08 Feb, 2019 4 commits
  10. 07 Feb, 2019 2 commits
  11. 06 Feb, 2019 2 commits
  12. 04 Feb, 2019 8 commits
  13. 03 Feb, 2019 4 commits
  14. 02 Feb, 2019 1 commit
  15. 01 Feb, 2019 2 commits