On 03/07/16 at 03:36pm, Kees Cook wrote:
> On Fri, Mar 4, 2016 at 8:25 AM, Baoquan He wrote:
> > From: Yinghai Lu
> >
> > parse_elf is using local memcpy to move section to running position.
> > That memcpy actually only support no overlapping case or when dest < src.
> >
> > Add checking in memc
On Fri, Mar 4, 2016 at 8:25 AM, Baoquan He wrote:
> From: Yinghai Lu
>
> parse_elf is using local memcpy to move section to running position.
> That memcpy actually only support no overlapping case or when dest < src.
>
> Add checking in memcpy to find out the wrong case for future use, at
> that
From: Yinghai Lu
parse_elf is using local memcpy to move section to running position.
That memcpy actually only support no overlapping case or when dest < src.
Add checking in memcpy to find out the wrong case for future use, at
that time we will need to have backward memcpy for it.
Also add co
3 matches
Mail list logo