Re: libagentx: always initialize buf in ax_oidrange2string

2021-10-24 Thread Claudio Jeker
On Sun, Oct 24, 2021 at 06:31:29PM +0100, Martijn van Duren wrote: > This diff should be superfluous with the next diff, but I don't think > this should be left as is anyway. > > It's not a big problem, since it's a static buffer and it gets > initialized by previous calls, so it's always NUL-term

libagentx: always initialize buf in ax_oidrange2string

2021-10-24 Thread Martijn van Duren
This diff should be superfluous with the next diff, but I don't think this should be left as is anyway. It's not a big problem, since it's a static buffer and it gets initialized by previous calls, so it's always NUL-terminated, but it's not accurate. OK? martijn@ Index: ax.c ==