Commit 8dc1f68
Reduce unnecessary stack consuming of libpcap
Because the `filter_pcap_*` subprogs use its own stack memory, it is
unnecessary to reserved 80B stack memory.
Therefore, `filter_pcap_*` subprogs can use the whole stack memory.
Signed-off-by: Leon Hwang <[email protected]>1 parent 767a159 commit 8dc1f68
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments