summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/libc/string.c
Commit message (Expand)AuthorAgeFilesLines
* libpayload/string: add strndup() functionThomas Heijligen2023-02-161-0/+19
* payloads: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* payloads/libpayload/libc: Avoid NULL pointer dereferenceHarshit Sharma2020-05-281-3/+3
* payloads/libpayload/libc: Do cosmetic fixesHarshit Sharma2020-05-281-9/+10
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* payloads: Fix typosElyes HAOUAS2020-02-171-3/+3
* libpayload/libc: Use size_t for lengths and indicesJacob Garber2019-07-231-40/+38
* libpayload/libc: Tidy utf16le_to_asciiJacob Garber2019-07-231-3/+2
* libpayload/libc: Correct strlcat return valueJacob Garber2019-07-231-2/+2
* libpayload: Deduplicate strtol and strtoullJulius Werner2019-04-101-40/+25
* libpayload: strtoull: Fix edge case bug with *endptrJulius Werner2019-03-261-7/+2
* libpayload: Fix strtok_rJeremy Compostella2016-09-081-2/+6
* libpayload: UTF-16LE to ASCII conversionDan Ehrenberg2015-03-201-0/+19
* libpayload: Add strerrorStefan Tauner2013-06-281-0/+14
* libpayload: Fix whitespace errorsStefan Tauner2013-06-271-47/+43
* libpayload: Some more compatibility (for flashrom)Patrick Georgi2011-08-171-2/+11
* libpayload: Provide atol(), malloc.hPatrick Georgi2011-07-071-0/+5
* libpayload: Fix documentationPatrick Georgi2011-03-221-1/+1
* libpayload: fix string-to-numeric functions for base > 10Patrick Georgi2011-03-171-1/+1
* Changes to str*cmp functions. Fixes a couple more corner cases.Liu Tao2010-09-081-18/+24
* Fix strcmp and strncmp. They failed in several important scenariosPatrick Georgi2010-08-161-4/+4
* Attached patch moves functions out of the huge libpayload.h into headersPatrick Georgi2010-06-241-20/+233
* libpayload updateStefan Reinauer2010-03-251-1/+48
* fix buggy comment in libpayload's strncat functionStefan Reinauer2009-08-051-1/+1
* fix strstr. Seems the function never worked before, except the searchedStefan Reinauer2009-03-061-1/+1
* fix a potential null pointer reference in strdup (as found by Patrick Georgi)Stefan Reinauer2009-01-261-3/+3
* [PATCH] libpayload: Add a strtoul() functionJordan Crouse2008-10-201-0/+92
* * Add strsep (since strtok is considered obsolete)Stefan Reinauer2008-09-261-0/+77
* fix string function prototypes in libpayload according to sysv/4.3bsd.Stefan Reinauer2008-08-261-3/+3
* libpayload: Add the null terminator to the end of the duplicated stringJordan Crouse2008-04-251-1/+2
* Cosmetics, fix typos (trivial).Uwe Hermann2008-03-211-1/+1
* Quickfix for libpayload's strcpy() to properly NUL-terminate strings (trivial).Uwe Hermann2008-03-211-3/+2
* Cosmetics, coding style fixes (trivial).Uwe Hermann2008-03-201-11/+8
* Make the list of functions in libpayload.h more complete (trivial).Uwe Hermann2008-03-201-1/+0
* libpayload: Add -Os to the CFLAGSJordan Crouse2008-03-201-0/+5
* libpayload: The initial chunk of code writen by AMDJordan Crouse2008-03-191-0/+195