1. 11 Jul, 2006 1 commit
  2. 10 Jul, 2006 3 commits
  3. 08 Jul, 2006 4 commits
  4. 07 Jul, 2006 3 commits
  5. 06 Jul, 2006 9 commits
  6. 05 Jul, 2006 2 commits
  7. 04 Jul, 2006 4 commits
  8. 01 Jul, 2006 1 commit
    • cmiller@zippy.(none)'s avatar
      Bug#19006: 4.0 valgrind problems (in test func_str) · 5039184e
      cmiller@zippy.(none) authored
      On exactly-sized Strings, the String::c_ptr() function peeked beyond the
      end of the buffer, possibly into unititialized space to see whether the 
      buffer was NUL-terminated.
      
      In a place that did peek improperly, we now use a c_ptr_safe() function, 
      which doesn't peek where it shouldn't.
      5039184e
  9. 30 Jun, 2006 13 commits