pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: multimedia/libmp4v2 build failure
On Sun, 30 Aug 2020 21:29:20 +0200
Tobias Nygren <tnn%NetBSD.org@localhost> wrote:
> The correct fix for is to use `blen - 1` instead of `blen`
> and `sizeof(G_Multicast_Src) - 1` instead of `sizeof(G_Multicast_Src)`,
> respectively. Please try that instead?
Disregard that, I clearly didn't read the code ...
> Warnings about potential buffer overflow should not be pragma'd away.
> Especially in network code.
This still holds.
Home |
Main Index |
Thread Index |
Old Index