Skip to content
Snippets Groups Projects
  1. Jan 10, 2012
    • Tom Lane's avatar
      Fix one-byte buffer overrun in contrib/test_parser. · 89b3c6cc
      Tom Lane authored
      The original coding examined the next character before verifying that
      there *is* a next character.  In the worst case with the input buffer
      right up against the end of memory, this would result in a segfault.
      
      Problem spotted by Paul Guyot; this commit extends his patch to fix an
      additional case.  In addition, make the code a tad more readable by not
      overloading the usage of *tlen.
      89b3c6cc
  2. Jan 02, 2012
  3. Jan 01, 2011
  4. Sep 20, 2010
  5. Jan 02, 2010
  6. Jun 11, 2009
  7. Jan 01, 2009
  8. Jan 01, 2008
  9. Nov 15, 2007
  10. Oct 15, 2007
Loading