des-testbed / libara

A framework for the implementation and evaluation of routing algorithms based on the Ant Colony Optimization (ACO) metaheuristic.
GNU General Public License v3.0
19 stars 11 forks source link

add va_end calls to various methods in ​AbstractNetworkClient #115

Closed mfrey closed 10 years ago

mfrey commented 10 years ago

In class ARA::​AbstractNetworkClient: Incorrect usage of variable argument macros; use va_start or va_copy to begin processing and va_end to finish