Re: why dosent buffer gets overflowed
- From: James Kuyper <jameskuyper@xxxxxxxxxxx>
- Date: Fri, 22 Aug 2008 10:31:19 GMT
raashid bhatt wrote:
On Aug 21, 10:45 pm, Richard Heathfield <r...@xxxxxxxxxxxxxxx> wrote:....raashid bhatt said:
#include <stdio.h>Subject line: "why dosent buffer gets overflowed"
#include <string.h>
#include <stdlib.h>
void func(char *p)
{
char i[5];
strcpy(i, p);
What makes you think the buffer isn't being overflowed?
i am using a debugger to track EIP but its this program exits nornally
So, why does that make you think that the buffer isn't being overflowed?
.
- References:
- Re: why dosent buffer gets overflowed
- From: Richard Heathfield
- Re: why dosent buffer gets overflowed
- Prev by Date: Re: How best to provide a module
- Next by Date: Re: About MSIL Disassembler
- Previous by thread: Re: why dosent buffer gets overflowed
- Next by thread: Re: why dosent buffer gets overflowed
- Index(es):
Relevant Pages
|