Skip to content
Snippets Groups Projects
  1. Mar 17, 2009
  2. Jan 22, 2009
  3. Jul 10, 2008
  4. Feb 12, 2008
  5. Jan 08, 2008
  6. Oct 18, 2007
  7. Sep 01, 2007
  8. Jul 24, 2007
  9. Mar 20, 2007
  10. Jan 02, 2007
  11. Sep 14, 2006
  12. Apr 13, 2006
  13. Apr 09, 2006
  14. Apr 08, 2006
  15. Jan 03, 2006
  16. Nov 12, 2005
  17. Sep 10, 2005
  18. Jan 01, 2005
  19. Sep 04, 2004
  20. Apr 15, 2004
  21. Jan 01, 2004
  22. Nov 26, 2003
  23. Nov 25, 2003
  24. Jul 08, 2003
  25. Jun 03, 2003
  26. May 22, 2003
  27. May 20, 2003
  28. May 19, 2003
  29. Apr 24, 2003
    • Howard Chu's avatar
      Clean up prev commit · a413bab1
      Howard Chu authored
      a413bab1
    • Howard Chu's avatar
      Fix multi-byte tag parsing · b6111d79
      Howard Chu authored
      b6111d79
    • Howard Chu's avatar
      ITS#2465 fix? ber_get_next must read at least sizeof(tag)+sizeof(len) · bcf7ab26
      Howard Chu authored
      which should be at most 8 bytes. However if we read more than the minimum
      message length, we have a problem because we steal bytes from any following
      message, and there is no buffer mechanism to push back excess data.
      The shortest legitimate message is Unbind at 7 bytes, but there shouldn't
      be anything following it. Abandon at 8 bytes is next, so always requesting
      at least 8 bytes should be safe. Always requesting 9 was a problem.
      
      Please double-check these assumptions...
      bcf7ab26
  30. Apr 10, 2003
Loading