aboutsummaryrefslogtreecommitdiff
path: root/src/libnpass/util.c
Commit message (Collapse)AuthorAgeFilesLines
* libnpass/util/util_strtrim: safely handle 0 length C stringssinanmohd2024-04-161-1/+2
|
* libnpass/util: refactorsinanmohd2024-04-151-18/+23
| | | | | | | | https://www.kernel.org/doc/html/v4.10/process/coding-style.html - Function return values and names (-Exxx = failure, 0 = success) for imperative commands (0 = failure, non-zero = success) for predicates
* c: properly handle return value of snprintfsinanmohd2024-04-121-2/+2
|
* c: check string truncation when using snprintfsinanmohd2024-04-111-1/+1
|
* libnpass/util: fix off by one errorsinanmohd2024-04-111-2/+2
|
* c/format: initsinanmohd2024-04-111-5/+6
|
* src: avoid unnecessary sizeof() - 1sinanmohd2024-04-101-1/+1
|
* util: refactor error reportingsinanmohd2024-04-071-2/+2
|
* meson: split ./includesinanmohd2024-04-061-0/+1
|
* meson: keep source files under ./srcsinanmohd2024-04-061-0/+66