Thomas Moestl 6bc615b0a1 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
..
2003-02-06 11:04:47 +00:00
2003-04-09 05:58:43 +00:00
2003-05-22 13:02:28 +00:00
2003-05-22 13:02:28 +00:00
2003-05-22 13:02:28 +00:00
2003-05-24 19:53:08 +00:00
2003-05-22 13:02:28 +00:00
2003-05-22 13:02:28 +00:00
2002-12-19 09:40:28 +00:00