tmm 4a94fb79db Fix a sizeof error in __bt_put: when writing they key and data sizes
to a buffer in the big key/data case, memmove() was used on pointers
to size_ts, but only sizeof(u_int32_t) bytes where copied. This broke
on big_endian architectures where sizeof(size_t) > sizeof(u_int32_t).

This bug broke portupgrade (by way of ruby_bdb1) on sparc64.

Approved by:	re (rwatson)
2003-05-30 11:05:08 +00:00
..
2002-03-22 21:53:29 +00:00
2002-03-22 21:53:29 +00:00
2002-03-22 21:53:29 +00:00
2002-03-22 21:53:29 +00:00
2002-03-22 21:53:29 +00:00
2002-03-22 21:53:29 +00:00
2002-03-22 23:42:05 +00:00
2002-03-22 09:22:15 +00:00