K 10 svn:author V 6 emaste K 8 svn:date V 27 2020-03-05T20:53:43.307997Z K 7 svn:log V 303 libelf: rationalize error handling in ELF note conversion Previously _libelf_cvt_NOTE_tom (to host) returned false if a note's namesz + descsz exceeded the buffer size, while _libelf_cvt_NOTE_tof (to file) silently truncated. Return false in the latter case too. Sponsored by: The FreeBSD Foundation END