Re: [PATCH] libdwfl: Update docs and nonnull attributes for dwfl_module_addrinfo

2022-05-27 Thread Mark Wielaard
Hi, On Sun, 2022-05-15 at 22:00 +0200, Mark Wielaard wrote: > Make clear that both the offset and sym arguments cannot be NULL. > > https://bugzilla.redhat.com/show_bug.cgi?id=1986555 I didn't get feedback on the actual wording, but I think this is better than we had. So pushed. Cheers, Mark

[PATCH] libdwfl: Update docs and nonnull attributes for dwfl_module_addrinfo

2022-05-15 Thread Mark Wielaard
Make clear that both the offset and sym arguments cannot be NULL. https://bugzilla.redhat.com/show_bug.cgi?id=1986555 Signed-off-by: Mark Wielaard --- libdwfl/ChangeLog | 5 + libdwfl/libdwfl.h | 32 2 files changed, 21 insertions(+), 16 deletions(-) diff