Bug#483949: unaligned word access in xulrunner

2008-06-07 Thread Mike Hommey
On Sun, Jun 01, 2008 at 01:41:13PM +0100, Martin Guy wrote: > Package: xulrunner > Version: 1.9~rc1 > Severity: normal > User: [EMAIL PROTECTED] > Usertags: patch > > There is an unaligned word access bug in > toolkit/components/url-classifier/src/nsUrlClassifierDBService.cpp line 2024 > where a c

Bug#483949: unaligned word access in xulrunner

2008-06-01 Thread Martin Guy
Package: xulrunner Version: 1.9~rc1 Severity: normal User: [EMAIL PROTECTED] Usertags: patch There is an unaligned word access bug in toolkit/components/url-classifier/src/nsUrlClassifierDBService.cpp line 2024 where a char pointer is cast to an int pointer and accessed. On arm and armel by defaul