commit | 8ce36476ae8d2541e9bf3a6c23c345ec03694ee3 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Mar 02 21:39:01 2014 +0100 |
committer | David Gibson <david@gibson.dropbear.id.au> | Mon Mar 03 10:37:30 2014 +1100 |
tree | 45c5b45b7823e9228229c0e632a524a943f9e780 | |
parent | 821acd4c171b659a682a1aa05da641246a15d51e [diff] |
Consistently use xrealloc instead of realloc fdtput.c: Replace the remaining call to realloc by xrealloc. Some redundant lines in encode_value can be saved. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>