| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Use the previously created function to display a message when the arguments are not valid.
ticket 3095
|
|
|
|
|
|
|
| |
Add safe function to (a,rea)llocate memory which terminate example on
memory allocation failure.
Move code to allocate commits to its own function.
|
|
|
|
|
|
|
| |
We need to allocate memory for sizeof(char *) * ncommits, not just for
ncommits.
Issue detected by GCC's AddressSanitizer.
|
|
|
|
|
|
| |
This describes their purpose better, as we now initialize ssl and some
other global stuff in there. Calling the init function is not something
which has been optional for a while now.
|
|
|