Comment 5 for bug 189184

Revision history for this message
Kimmo Hämäläinen (kimmo-hamalainen) wrote :

We found a memory alignment problem from the patch. It was an issue in ARM platform (tested in Nokia N800). Here's a bug-fixed version.

The bugfix consists of these lines:
+ /* dosfsck doesn't use doubles, so it's safe to align just to 4 */
+ size = (size+3) & ~3;