1. 15 Jan, 2008 1 commit
    • unknown's avatar
      BUG#28884 - maybe a problem with malloc into base64.c · 105ca77d
      unknown authored
      Fixed that return value of malloc was not checked.
      Fixed wrong argument count (compilation failure) to base64_decode()
      function.
      
      Note:
      - there is no test case for this fix as this code is never compiled
        into mysql clients/server;
      - as this code is used for internal testing purposes only, no changelog
        entry needed.
      
      
      mysys/base64.c:
        Fixed that return value of malloc was not checked.
        Fixed wrong argument count to base64_decode function.
      105ca77d
  2. 24 Dec, 2007 1 commit
  3. 21 Dec, 2007 5 commits
  4. 20 Dec, 2007 3 commits
  5. 17 Dec, 2007 6 commits
  6. 15 Dec, 2007 5 commits
  7. 14 Dec, 2007 19 commits