search for: 06c59893

Displaying 1 result from an estimated 1 matches for "06c59893".

Did you mean: 0.859893
2015 Sep 02
1
[Patch] Fix NAME variable in subnet-* scripts for local subnets.
Hi, attached is a patch that fixes that the NAME variable in subnet-up/down scripts for local subnets is not set. The reason for this was that there was a "hole" in the envp array in src/subnet.c:subnet_update(). If the subnet was local, envp[6] was NULL and the evaluation stoped there. Actually, the name string was leaking. This is easily fixed by changing the order in the array. I