Public bug reported: CoverityScan picked up a stupid bug:
if ((errno == ENOSPC) || (errno = ENOMEM)) should be: if ((errno == ENOSPC) || (errno == ENOMEM)) ** Affects: stress-ng (Ubuntu) Importance: High Assignee: Colin Ian King (colin-king) Status: In Progress ** Changed in: stress-ng (Ubuntu) Status: New => In Progress ** Changed in: stress-ng (Ubuntu) Importance: Undecided => High ** Changed in: stress-ng (Ubuntu) Assignee: (unassigned) => Colin Ian King (colin-king) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1547446 Title: stress-ng: fix mknod errno comparison To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/stress-ng/+bug/1547446/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs