[RFA] Don't SEGV on invalid dwarf2 frame info

Richard Henderson rth@twiddle.net
Thu Jul 10 22:48:00 GMT 2003


On Thu, Jul 10, 2003 at 06:26:37PM -0400, Elena Zannoni wrote:
> +      if (workaround <= ALIGN4 && (start_offset & 3) != 0)
> +      if (workaround <= ALIGN8 && (start_offset & 7) != 0)

Just noticed these should be <, not <=.


r~



More information about the Gdb-patches mailing list