Closed GoogleCodeExporter closed 8 years ago
r547:
- Merged in trunk
Original comment by bjones460@gmail.com
on 3 Aug 2010 at 6:31
r548:
- Merged in trunk
- Added a failing test: should report out-of-memory, but crashes
Original comment by bjones460@gmail.com
on 3 Aug 2010 at 6:59
Lines 48-51 of tuple.c use memory before check it's return value.
retval = tuple_new(n, r_ptuple);
((pPmTuple_t)*r_ptuple)->length = 0;
PM_RETURN_IF_ERROR(retval);
The second and third lines should be reversed.
Original comment by bjones460@gmail.com
on 4 Aug 2010 at 4:16
r554:
- Committed change above
- Merged in branch
- All tests pass, except t114. Need to change the expected exit code.
Original comment by bjones460@gmail.com
on 4 Aug 2010 at 4:31
r555:
- t114.c exit code fixed, all tests pass.
Original comment by bjones460@gmail.com
on 4 Aug 2010 at 4:32
r556:
- t114.c was invoking t108 (thanks to Dean for spotting this).
- Return code logic backwards
- All tests pass
Original comment by bjones460@gmail.com
on 4 Aug 2010 at 7:29
r557:
- Mainlined changes. All tests pass.
Original comment by bjones460@gmail.com
on 4 Aug 2010 at 7:39
r560
- Made src/tests/system/t114.py have Unix EOLs.
Original comment by dwhall...@gmail.com
on 5 Aug 2010 at 2:08
Original issue reported on code.google.com by
bjones460@gmail.com
on 3 Aug 2010 at 4:44