ChangeLog 725 B

123456789101112131415
  1. 1. [bug] jinmei
  2. lib/dns: parameter validation of Name::split() was not sufficient,
  3. and invalid parameters could cause integer overflow and make the
  4. library crash. (Trac #177, svn r1806)
  5. LEGEND
  6. [bug] general bug fix. This is generally a backward compatible change,
  7. unless it's deemed to be impossible or very hard to keep
  8. compatibility to fix the bug.
  9. [doc] update to documentation. This shouldn't change run time behavior.
  10. [func] new feature. In some cases this may be a backward incompatible
  11. change, which would require a bump of major version.
  12. [security] security hole fix. This is no different than a general bug fix
  13. except that it will be handled as confidential and will cause
  14. security patch releases.