Commit 8b097c7
Afshin Paydar
commit 33c7808
Author: Afshin Paydar <afshin.paydar@deriv.com>
Date: Wed Sep 24 09:25:39 2025 +0800
Issue:
Linux Implementation(pcap-linux.c): The iface_get_ts_types function silently ignoring ENODEV errors during interface timestamp capability checking, allowing permission errors to bereported later during socket operations
Fixes:
return PCAP_ERROR_NO_SUCH_DEVICE when encountering ENODEV, instead of ignoring the error
Signed-off-by: Afshin Paydar <afshin.paydar@deriv.com>1 parent 5fc0c26 commit 8b097c7
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5164 | 5164 | | |
5165 | 5165 | | |
5166 | 5166 | | |
5167 | | - | |
5168 | | - | |
5169 | | - | |
5170 | | - | |
| 5167 | + | |
| 5168 | + | |
| 5169 | + | |
| 5170 | + | |
5171 | 5171 | | |
5172 | | - | |
5173 | | - | |
| 5172 | + | |
| 5173 | + | |
5174 | 5174 | | |
5175 | 5175 | | |
5176 | 5176 | | |
| |||
0 commit comments