Changes between Version 2 and Version 3 of Ticket #672, comment 2
- Timestamp:
- 2017-02-20T22:39:37Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #672, comment 2
v2 v3 12 12 {{{assert(rc == ENOMEM);}}} - here the assertion crashes module if rc is anything but ENOMEM and rc is ENOENT. 13 13 14 Everything works fine after commenting out the line with assertion. 14 Everything works fine after commenting out the line with assertion. Having the line {{{assert(rc == ENOMEM);}}} there makes no sense to me.