Changes between Version 2 and Version 3 of Ticket #672, comment 2


Ignore:
Timestamp:
2017-02-20T22:39:37Z (7 years ago)
Author:
Stanislav Gálfy

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #672, comment 2

    v2 v3  
    1212{{{assert(rc == ENOMEM);}}} - here the assertion crashes module if rc is anything but ENOMEM and rc is ENOENT.
    1313
    14 Everything works fine after commenting out the line with assertion.
     14Everything works fine after commenting out the line with assertion. Having the line {{{assert(rc == ENOMEM);}}} there makes no sense to me.