This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [PATCH] SH: Fix buffer overrun


Joern RENNECKE <joern.rennecke@st.com> wrote:
> OK.  I calculate 21 characters as the maximum required length
> (ten literal charactes, plus one for %d, plus one terminating zero,
> plus three times a register name which might be up to three characters
> in length), but I suppose there is no harm in rounding up to the next
> multiple of four.  If you want to make it 21, that's OK too.

Thanks.  I've applied it with s/24/21/.

Regards,
	kaz


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