Hello guys, this: asm volatile("std ; rep ; movsb" is not such a great idea without the corresponding cld at the end ;), it'll cause all kinds of funny memory corruption later (in my case i had to debug v86d to find the culprit). cheers, PaX Team
pageexec at freemail.hu wrote:> Hello guys, > > this: > > asm volatile("std ; rep ; movsb" > > is not such a great idea without the corresponding cld at the end ;), > it'll cause all kinds of funny memory corruption later (in my case i > had to debug v86d to find the culprit). > > cheers, > > PaX Team >Right you are. -hpa