DragonFly commits List (threaded) for 2009-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
DragonFly-2.3.0.622.g0d5cc master lib/libc/db/btree bt_put.c
commit 0d5cc2e2849e82c3ea8d86023d7343b60b70adf8
Author: Peter Avalos <pavalos@theshell.com>
Date: Sun Feb 8 11:38:00 2009 -0500
Fix a sizeof error in __bt_put.
memmove() was used on pointers to size_ts, but only
sizeof(u_int32_t) bytes where copied.
Obtained-from: FreeBSD
Summary of changes:
lib/libc/db/btree/bt_put.c | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0d5cc2e2849e82c3ea8d86023d7343b60b70adf8
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]