commit 8bc8dd4fd77de17ed2c05c82feb444f35f909185 parent f2a444df2d8f15db44f8cf8f675efc6772608f9b Author: Yoann <yoann.b87@voila.fr> Date: Mon, 10 Oct 2011 09:54:24 +0200 Ajout d'un bug. Diffstat:
| A | bugs/new/2011-10-10-0948-SegFault.txt | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/bugs/new/2011-10-10-0948-SegFault.txt b/bugs/new/2011-10-10-0948-SegFault.txt @@ -0,0 +1,5 @@ +Erreur de segmentation dans dans la fonction QT_enumerate lors du +parcourt des noeuds suivants : for (v = n->vertices[ROT_NO]; v != +n->vertices[ROT_NE]; v = v->next[ROT_E]). +L'accès à v->next remonte une erreur de segmentation sur certains +noeuds.