This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]