summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarcus Sundberg <marcus@ingate.com>2005-07-29 13:26:35 +0000
committerHarald Welte <laforge@gnumonks.org>2005-07-29 13:26:35 +0000
commitd91ed751b3933506ba5ab985ca02db430cd3592c (patch)
tree3f06da4c25e24f5d3c9bdb1f83376edfbed13199 /Makefile
parent7bdfca450990ca68ccfc4c54acb14d3ea0fa8582 (diff)
The call to free_opts() in merge_options() is invalid C. The oldopts
argument always refers to the memory pointed to by the opts global, which may be freed by the call to free_opts(), but oldopts is used after the free_opts() call. This patch makes sure we don't use freed memory. (Marcus Sundberg <marcus@ingate.com>) ip6tables merge by myself.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions