Don't truncate 64-bit integers in do_cast_copy
authorNikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
Tue, 30 Sep 2014 19:27:36 +0000 (22:27 +0300)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 1 Oct 2014 15:03:56 +0000 (11:03 -0400)
commit430991f1d1552a7cbe58eb81fd70b69826000da7
treea4e03eed393a6d7a75e7c554cb438d24de1cade1
parentb7e9206c4ec1dfd86663e74e1ad46e0c87172d09
Don't truncate 64-bit integers in do_cast_copy

Assign converted octets to vp_integer64, instead of vp_integer to avoid
truncation in do_cast_copy.
src/main/evaluate.c