1. 26 Mar, 2018 1 commit
  2. 23 Mar, 2018 1 commit
  3. 21 Mar, 2018 3 commits
  4. 20 Mar, 2018 3 commits
  5. 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
  6. 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
  7. 14 Mar, 2018 2 commits
  8. 13 Mar, 2018 1 commit
  9. 12 Mar, 2018 1 commit
  10. 11 Mar, 2018 1 commit
  11. 09 Mar, 2018 1 commit
  12. 24 Feb, 2018 1 commit
  13. 22 Feb, 2018 1 commit
  14. 21 Feb, 2018 1 commit
  15. 15 Feb, 2018 1 commit
  16. 14 Feb, 2018 2 commits
  17. 13 Feb, 2018 1 commit
  18. 11 Feb, 2018 2 commits
  19. 09 Feb, 2018 1 commit
  20. 08 Feb, 2018 3 commits
  21. 07 Feb, 2018 1 commit
  22. 05 Feb, 2018 1 commit
  23. 02 Feb, 2018 1 commit
  24. 01 Feb, 2018 1 commit
  25. 31 Jan, 2018 1 commit
  26. 30 Jan, 2018 6 commits