1. 10 Apr, 2006 2 commits
  2. 08 Apr, 2006 1 commit
  3. 07 Apr, 2006 1 commit
  4. 06 Apr, 2006 1 commit
  5. 03 Apr, 2006 1 commit
  6. 01 Apr, 2006 1 commit
  7. 02 Mar, 2006 2 commits
  8. 01 Mar, 2006 4 commits
  9. 12 Feb, 2006 1 commit
  10. 28 Jan, 2006 1 commit
  11. 23 Jan, 2006 1 commit
    • evgen@moonbone.local's avatar
      Fixed bug #16510: Updating field named like '*name' caused server crash. · b1967ad7
      evgen@moonbone.local authored
      When setup_fields() function finds field named '*' it expands it to the list
      of all table fields. It does so by checking that the first char of
      field_name is '*', but it doesn't checks that the '* is the only char.
      Due to this, when updating table with a field named like '*name', such field
      is wrongly treated as '*' and expanded. This leads to making list of fields
      to update being longer than list of the new values. Later, the fill_record() 
      function crashes by dereferencing null when there is left fields to update,
      but no more values.
      
      Added check in the setup_fields() function which ensures that the field
      expanding will be done only when '*' is the only char in the field name.
      b1967ad7
  12. 17 Jan, 2006 1 commit
  13. 16 Jan, 2006 2 commits
  14. 13 Jan, 2006 1 commit
  15. 12 Jan, 2006 1 commit
  16. 06 Jan, 2006 1 commit
  17. 27 Dec, 2005 1 commit
  18. 18 Dec, 2005 1 commit
  19. 13 Dec, 2005 1 commit
  20. 06 Dec, 2005 2 commits
  21. 04 Dec, 2005 1 commit
  22. 29 Nov, 2005 2 commits
  23. 22 Nov, 2005 2 commits
  24. 15 Nov, 2005 1 commit
  25. 07 Nov, 2005 1 commit
  26. 03 Nov, 2005 4 commits
  27. 28 Oct, 2005 1 commit
  28. 27 Oct, 2005 1 commit