https://sourceware.org/bugzilla/show_bug.cgi?id=19005

--- Comment #12 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Andrew Stubbs from comment #11)
> My testcase was not really for reverse. I was trying to test for the buffer
> overrun, but as that's UB there's no direct way to do it reliably. Testing
> reverse was only meant to serve as an indicator that the the size count was
> wrong.
> 
> It works because the input buffer size is known to be 3, and the output
> buffer size is 6, so we can tell which one the --reverse option is being
> compared against by whether there's an error message or not.
> 
> I considered having it work the other way round -- matching the input size
> and check it was not an error -- but that would require having an even input
> size which seemed like it could have by accident (alignment, etc.), whereas
> 3 is always going to get padded.

We need reliable testcases to catch such errors so that the same issue
won't happen in the future.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to