ref.c: warn when the ref count goes from 0 to 18446744073709551615
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 24 May 2017 22:21:48 +0000 (18:21 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:44 +0000 (12:57 -0400)
commitaa04c1b62de23763a267d97f51b1c31be170d11a
treef63337567d6811e39f1320b3f7c5d8dab2b5a233
parentb1912a652c31a5700b07500b0b1dab274d06ea17
ref.c: warn when the ref count goes from 0 to 18446744073709551615

This unlikely conditin indicates a double bt_put(), or something that
went really wrong, and should be reported to the user as a warning.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
lib/ref.c
This page took 0.039485 seconds and 4 git commands to generate.