> > sizeof(size_t) may be != 4. sizeof(unsigned) also may be != 4. > > M.B. use uint32_t?
Also, this may perform illegal unaligned accesses. > > As a last resort we could avoid bundling string lengths and find them with strlen() at modprobe-time... This, of course, slows the thing down. --Vladimir
_______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
