ifplugd: replace potentially-leaking setenv with malloc/putenv/free
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 8 May 2010 21:26:16 +0000 (23:26 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 8 May 2010 21:26:16 +0000 (23:26 +0200)
commit19afe848eca8d3baf149cd7ed715489403360287
treeaf410f580b86bcb37b463828e3bc60c03a855df6
parent7b48eb4372c0b639bcb1eaedd63795c2dc0d9820
ifplugd: replace potentially-leaking setenv with malloc/putenv/free

   text    data     bss     dec     hex filename
 842657     453    6828  849938   cf812 busybox_old
 842722     453    6828  850003   cf853 busybox_unstripped

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/ifplugd.c