i just came across this.

the latest patch to fix the jmicron raid name issue (see
https://bugs.launchpad.net/ubuntu/+source/dmraid/+bug/152818) is the
cause here.

fix: (sorry for the non patch)

+++/1.0.0.rc14/lib/format/ataraid/jm.c:

        buf[i] = 0;
        while (i-- && isspace(buf[i]))
                buf[i] = 0;

+       strncpy(name, buf, JM_NAME_LEN);

        len = strlen(buf) + sizeof(HANDLER) + (jm->mode == JM_T_RAID01 ? 3 : 2);
        if ((ret = dbg_malloc(len))) {

-- 
dmraid on latest hardy beta core dumped
https://bugs.launchpad.net/bugs/205307
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to