talloc_steal pointers, instead of just memcpy'ing them.
authorAlan T. DeKok <aland@freeradius.org>
Sun, 23 Jun 2013 13:49:33 +0000 (09:49 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 23 Jun 2013 13:49:33 +0000 (09:49 -0400)
commitb0f84ec823a26318bac5de1077c2fc2ae53737c3
tree28ff67fae9907d3e4492d85f1b8a23b4499d9a63
parent2ba2c79457e4bc762252224460b227a3afd91a26
talloc_steal pointers, instead of just memcpy'ing them.

Hmm... we should probably update the DICT to have a "is pointer"
flag, and add a generic "pointer" to value_pair_data.  That way
this kind of code can just manipulate the underlying pointer,
without having a switch statement and multiple copies of the
similar code
src/main/parser.c