Displaying 1 result from an estimated 1 matches for "iptc_next_chain".
2003 Aug 09
0
[Bug 119] New: iptc_flush_entries causes segmentation fault
...biptc. I'm just getting started, and the first task was to write a
function to flush all existing chains. I can't seem to call
iptc_flush_entries() in my code without getting a seg-fault.
iptc_flush_entries() dosn't cause the seg-fault, but the value returned from
subesquent calls to iptc_next_chain() causes a seg-fault, instead of a pointer
to a chain name, I keep getting 0x28. This may be my incompetence surfacing,
but I can't find anything in my code that would cause this. see the included
URL (cutterslade.dhs.org/~wesley/iptablesbug/) for code samples and explanations.
Wesley Hartfo...