mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
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) |
||
|---|---|---|
| .. | ||
| bt_close.c | ||
| bt_conv.c | ||
| bt_debug.c | ||
| bt_delete.c | ||
| bt_get.c | ||
| bt_open.c | ||
| bt_overflow.c | ||
| bt_page.c | ||
| bt_put.c | ||
| bt_search.c | ||
| bt_seq.c | ||
| bt_split.c | ||
| bt_utils.c | ||
| btree.h | ||
| extern.h | ||
| Makefile.inc | ||