1. 25 Aug, 2018 1 commit
  2. 18 Aug, 2018 1 commit
  3. 12 Aug, 2018 1 commit
  4. 30 Jun, 2018 1 commit
  5. 28 Dec, 2017 1 commit
  6. 23 Oct, 2017 1 commit
  7. 12 Oct, 2017 1 commit
    • Edward Catmur's avatar
      Avoid passing null to memcpy/memcmp/memset · dbc088d1
      Edward Catmur authored
      It is invalid to pass null as a pointer argument to memcpy/memcmp/memset, even if the count argument is zero:
      
      > Where an argument declared as size_t n specifies the length of the array for a
      function, n can have the value zero on a call to that function. Unless explicitly stated
      otherwise in the description of a particular function in this subclause, pointer arguments
      on such a call shall still have valid values [...]
      
      Detected by -fsanitize=nonnull-attribute.
      dbc088d1
  8. 03 Sep, 2017 1 commit
  9. 18 Jul, 2017 1 commit
  10. 07 Jul, 2017 1 commit
    • Edward Catmur's avatar
      Fix link errors with -fsanitize=vptr · 3713c573
      Edward Catmur authored
      [ 66%] Linking CXX executable capnpc-c++
      cd /home/edward.catmur/build/capnproto@master/c++/src/capnp && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/capnpc_cpp.dir/link.txt --verbose=1
      /usr/lib64/icecc/bin/c++   -fsanitize=vptr   CMakeFiles/capnpc_cpp.dir/compiler/capnpc-c++.c++.o  -o capnpc-c++ -rdynamic libcapnp.a ../kj/libkj.a -lpthread
      libcapnp.a(layout.c++.o):(.data+0x38): undefined reference to `typeinfo for capnp::ClientHook'
      libcapnp.a(layout.c++.o):(.data+0x3b8): undefined reference to `typeinfo for capnp::ClientHook'
      collect2: error: ld returned 1 exit status
      
      $ g++ --version
      g++ (GCC) 5.4.0
      Copyright (C) 2015 Free Software Foundation, Inc.
      This is free software; see the source for copying conditions.  There is NO
      warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
      3713c573
  11. 26 Apr, 2017 1 commit
  12. 24 Apr, 2017 1 commit
  13. 21 Apr, 2017 1 commit
  14. 20 Apr, 2017 2 commits
  15. 19 Apr, 2017 2 commits
  16. 16 Apr, 2017 1 commit
  17. 11 Apr, 2017 1 commit
  18. 07 Apr, 2017 2 commits
  19. 30 Mar, 2017 4 commits
  20. 27 Mar, 2017 1 commit
  21. 24 Mar, 2017 1 commit
  22. 19 Mar, 2017 1 commit
  23. 11 Mar, 2017 1 commit
  24. 10 Mar, 2017 1 commit
  25. 09 Mar, 2017 2 commits
  26. 08 Mar, 2017 2 commits
  27. 07 Mar, 2017 2 commits
  28. 27 Feb, 2017 2 commits
  29. 26 Feb, 2017 1 commit
  30. 25 Feb, 2017 1 commit