~drizzle-trunk/drizzle/development

  • Committer: Kristian Nielsen
  • Date: 2008-11-29 08:46:32 UTC
  • mto: (632.1.2 devel)
  • Revision ID: knielsen@odin-20081129084632-1n5czk0pvf14qbk0
Take Mats'es changes from bmove()->memcpy(), and fix all of them to be
memmove() instead. I checked several of them, all of which were wrong
(due to potentially overlapping source and destination), so most
likely more of them are wrong. Painstakingly checking all of them for
whether memcpy() could be used instead would be a very big and
errorprone task, and really is not worth it.

Fixes a bunch of Valgrind errors in the test suite as well.
Filename Latest Rev Last Changed Committer Comment Size
..
client_priv.h 584.3.3 15 years ago Moriyoshi Koizumi Incorporating changes proposed by mtaylor. 3.5 KB Diff Download File
completion_hash.cc 477 15 years ago Monty Taylor Removed my_free(). It turns out that it had been d 4.5 KB Diff Download File
completion_hash.h 212.5.13 16 years ago Monty Taylor Moved my_sys/my_pthread/my_nosys and mysys_err to 1.9 KB Diff Download File
drizzle.cc 612.2.4 15 years ago Monty Taylor Moved some defines to config.h. Stopped including 123 KB Diff Download File
drizzleadmin.cc 520.4.43 15 years ago mordred A set of Solaris fixes. 10.4 KB Diff Download File
drizzlecheck.cc 612.2.4 15 years ago Monty Taylor Moved some defines to config.h. Stopped including 24.9 KB Diff Download File
drizzledump.cc 612.2.4 15 years ago Monty Taylor Moved some defines to config.h. Stopped including 102 KB Diff Download File
drizzleimport.cc 612.2.4 15 years ago Monty Taylor Moved some defines to config.h. Stopped including 19.3 KB Diff Download File
drizzleslap.cc 572.1.4 15 years ago Monty Taylor Removed a bunch of unusued tests and defines from 71.1 KB Diff Download File
drizzletest.cc 612.2.7 15 years ago Monty Taylor Switched from pcrecpp to plain pcre - mainly so th 179 KB Diff Download File
errname.h 383.7.6 15 years ago Monty Taylor Merged in trunk. 26.8 KB Diff Download File
Makefile.am 612.2.10 15 years ago Monty Taylor Added readline/ncurses deps to drizzle client as I 1.8 KB Diff Download File
my_readline.h 288 16 years ago Brian Aker ulong cleanp in client apps 1.3 KB Diff Download File
readline.cc 629.3.2 15 years ago Kristian Nielsen Fix a couple of memcpy() that should be memmove() 5.8 KB Diff Download File