Open pictyeye opened 3 years ago
The index used in the inner loop was wrong (i instead of j). This could lead to a segmentation fault with a specifically crafted packet.
This seems to fix the segfault described in #198.
The index used in the inner loop was wrong (i instead of j). This could lead to a segmentation fault with a specifically crafted packet.
This seems to fix the segfault described in #198.