summaryrefslogtreecommitdiffstats
path: root/libblkid/src/encode.c
Commit message (Collapse)AuthorAgeFilesLines
* libblkid: Add support for Latin1 encoding in blkid_encode_to_utf8()Pali Rohár2017-05-161-3/+14
|
* libblkid: check limits before indexing array [cppcheck]Boris Egorov2016-01-191-1/+1
| | | | [libblkid/src/encode.c:165]: (style) Array index 'i' is used before limits check.
* libblkid: make probing data structures more dynamicOndrej Oprala2015-02-241-0/+6
| | | | | | | | | | | | | * replace static probing result array with list * use allocated buffers for probing result variables [kzak@redhat.com: - rename some functions - clean up \0 terminator usage in variables - remove never used code to convert UUID to lower-case - remove possible memory leaks on errors] Signed-off-by: Ondrej Oprala <ooprala@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* libblkid: cleanup arguments checksKarel Zak2012-12-041-1/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* Fix typos found by misspellingsBernhard Voelker2012-04-231-1/+1
| | | | | | | | | | | | | | | The tool misspellings (https://github.com/lyda/misspell-check) detected several typos. Command used: $ git ls-files | grep -v ^po/ | misspellings -f - * isosize: Fix typo in usage string. * configure.ac: Fix typo in help string of --enable-most-builds option. * fdisk: Fix typo in man page. * libblkid, blkid, mount: Likewise. * Fix various typos in docs and in source code comments. Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
* build-sys: use top-level directory for libblkid rather than shlibs/blkidKarel Zak2011-06-091-0/+338
Signed-off-by: Karel Zak <kzak@redhat.com>