| Commit | Date | |
|---|---|---|
| 2009-02-14 23:11:40 | Tree | |
| 2009-02-14 23:11:39 | Tree | |
| 2009-02-08 00:56:37 | Tree | |
| 2009-02-08 00:48:00 | Tree | |
| 2009-02-07 09:04:36 | Tree | |
| 2009-02-07 09:02:13 | Tree | |
| 2009-02-07 08:56:19 | Tree | |
|
[r2774]
by
david_costanzo
Add a regression test for bug #2563317, which is that READCHARS 2000000000 would crash because it didn't check the return value of malloc(2000000000). |
2009-02-04 09:56:08 | Tree |
|
[r2773]
by
david_costanzo
Fix a trivial memory leak in readchars when reading zero bytes. This was done by moving the logic for freeing the string buffer when make_strnode_no_copy() returns Null_Word into make_strnode_no_copy(). |
2009-02-04 09:54:54 | Tree |
|
[r2772]
by
david_costanzo
Fix a theoretical memory leak in an error path of lreadchars() (in practice, I don't think this code path is reachable). |
2009-02-04 09:28:10 | Tree |