net_pkt_sendto uses size_t as parameter for len so the value would be treat as unsigned which may cause and invalid memory to be read. Fixes #14950 #14955 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> |
||
|---|---|---|
| .. | ||
| main.c | ||
net_pkt_sendto uses size_t as parameter for len so the value would be treat as unsigned which may cause and invalid memory to be read. Fixes #14950 #14955 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> |
||
|---|---|---|
| .. | ||
| main.c | ||