On Mon, 05. Oct 10:31, Marton Balint wrote:
>
>
> On Sun, 4 Oct 2020, Andriy Gelman wrote:
>
> > From: Andriy Gelman
> >
> > get_packet_size() may read upto PROBE_PACKET_MAX_BUF bytes, which may be
> > larger than probesize.
> >
> > Signed-off-by: Andriy Gelman
> > ---
> >
> > An alternativ
On Sun, 4 Oct 2020, Andriy Gelman wrote:
From: Andriy Gelman
get_packet_size() may read upto PROBE_PACKET_MAX_BUF bytes, which may be
larger than probesize.
Signed-off-by: Andriy Gelman
---
An alternative could be to make sure we don't read more than s->probesize bytes
in get_packet_size(
From: Andriy Gelman
get_packet_size() may read upto PROBE_PACKET_MAX_BUF bytes, which may be
larger than probesize.
Signed-off-by: Andriy Gelman
---
An alternative could be to make sure we don't read more than s->probesize bytes
in get_packet_size(), but because this function is also called du