Diff between e9a8e884109c1fb3ee075115cb28312dd2716669 and 7ff3e10d92bac299f541d365057f422d0282e483
Changed Files
| File | Additions | Deletions | Status |
| mesh/net.c | +1 | -1 | modified |
Full Patch
diff --git a/mesh/net.c b/mesh/net.c
index 379a6e2..a8a527c 100644
--- a/mesh/net.c
+++ b/mesh/net.c
@@ -2059,7 +2059,7 @@ static bool ctl_received(struct mesh_net *net, uint32_t net_key_id,
break;
case NET_OP_FRND_POLL:
- if (len != 1 || ttl)
+ if (len != 1 || ttl || pkt[0] > 1)
return false;
print_packet("Rx-NET_OP_FRND_POLL", pkt, len);