Crash du builtin memcpy, par une exception non rattrapable
ID0000883: This issue was created automatically from Mantis Issue 883. Further discussion may take place here.
Id | Project | Category | View | Due Date | Updated |
---|---|---|---|---|---|
ID0000883 | Frama-C | Plug-in > Eva | public | 2011-07-07 | 2014-02-12 |
Reporter | yakobowski | Assigned To | yakobowski | Resolution | fixed |
Priority | normal | Severity | crash | Reproducibility | always |
Platform | - | OS | - | OS Version | - |
Product Version | Frama-C GIT, precise the release id | Target Version | - | Fixed in Version | Frama-C Nitrogen-20111001 |
Description :
À analyser avec -val
extern unsigned int i;
char src[20]; char dst[10];
void main () { if (i <= 10) Frama_C_memcpy(dst+1, src, i); }
Additional Information :
svn 14142