1. 20 Mar, 2018 3 commits
  2. 19 Mar, 2018 1 commit
    • Eugene Kosov's avatar
      MDEV-15030 Add ASAN instrumentation · 75c76dbb
      Eugene Kosov authored
      Learn both valgrind and asan to catch this bug:
      
        mem_heap_t* heap = mem_heap_create(1024);
        byte* p = reinterpret_cast<byte*>(heap) + sizeof(mem_heap_t);
        *p = 123;
      
      Overflows of the last allocation in a block will be catched too.
      
      mem_heap_create_block(): poison newly allocated memory
      75c76dbb
  3. 17 Mar, 2018 1 commit
    • Varun Gupta's avatar
      MDEV-6736: Valgrind warnings 'Invalid read' in... · e3dd9a95
      Varun Gupta authored
      MDEV-6736: Valgrind warnings 'Invalid read' in subselect_engine::calc_const_tables with SQ in WHERE and
                 HAVING, ORDER BY, materialization+semijoin
      
      During cleanup a pointer to the materialised table that was freed was not set to NULL
      e3dd9a95
  4. 14 Mar, 2018 2 commits
  5. 13 Mar, 2018 1 commit
  6. 12 Mar, 2018 1 commit
  7. 11 Mar, 2018 1 commit
  8. 09 Mar, 2018 1 commit
  9. 24 Feb, 2018 1 commit
  10. 22 Feb, 2018 1 commit
  11. 21 Feb, 2018 1 commit
  12. 15 Feb, 2018 1 commit
  13. 14 Feb, 2018 2 commits
  14. 13 Feb, 2018 1 commit
  15. 11 Feb, 2018 2 commits
  16. 09 Feb, 2018 1 commit
  17. 08 Feb, 2018 3 commits
  18. 07 Feb, 2018 1 commit
  19. 05 Feb, 2018 1 commit
  20. 02 Feb, 2018 1 commit
  21. 01 Feb, 2018 1 commit
  22. 31 Jan, 2018 1 commit
  23. 30 Jan, 2018 7 commits
  24. 29 Jan, 2018 4 commits