Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tree: handle a pointer returned by malloc() | Joursoir | 2022-08-31 | 1 | -0/+4 |
| | | | | | | | | It is wrong to assume that malloc() always returns allocated memory. Unfortunately, it can return NULL. The rest of the code that uses malloc() should be refactored. That's the reason why we can't do it right now. | ||||
* | r-gpgme: add macro to print gpgme specific error | Joursoir | 2022-08-29 | 1 | -4/+6 |
| | |||||
* | r-gpgme: drop macro for error handling | Joursoir | 2022-08-29 | 1 | -21/+0 |
| | |||||
* | r-gpgme: handle errors using goto | Joursoir | 2022-08-29 | 1 | -34/+70 |
| | | | | | To avoid a memory leakages we must release an allocated data. For output error messages use new macro. | ||||
* | refactor; set correct headers guard | Joursoir | 2021-03-23 | 1 | -6/+5 |
| | |||||
* | change license | Joursoir | 2021-02-28 | 1 | -0/+18 |
| | |||||
* | add routines for gpgme | Joursoir | 2021-02-26 | 1 | -0/+157 |