summaryrefslogtreecommitdiff
path: root/payloads/libpayload/libc/string.c
AgeCommit message (Expand)Author
2020-05-28payloads/libpayload/libc: Avoid NULL pointer dereferenceHarshit Sharma
2020-05-28payloads/libpayload/libc: Do cosmetic fixesHarshit Sharma
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-02-17payloads: Fix typosElyes HAOUAS
2019-07-23libpayload/libc: Use size_t for lengths and indicesJacob Garber
2019-07-23libpayload/libc: Tidy utf16le_to_asciiJacob Garber
2019-07-23libpayload/libc: Correct strlcat return valueJacob Garber
2019-04-10libpayload: Deduplicate strtol and strtoullJulius Werner
2019-03-26libpayload: strtoull: Fix edge case bug with *endptrJulius Werner
2016-09-08libpayload: Fix strtok_rJeremy Compostella
2015-03-20libpayload: UTF-16LE to ASCII conversionDan Ehrenberg
2013-06-28libpayload: Add strerrorStefan Tauner
2013-06-27libpayload: Fix whitespace errorsStefan Tauner
2011-08-17libpayload: Some more compatibility (for flashrom)Patrick Georgi
2011-07-07libpayload: Provide atol(), malloc.hPatrick Georgi
2011-03-22libpayload: Fix documentationPatrick Georgi
2011-03-17libpayload: fix string-to-numeric functions for base > 10Patrick Georgi
2010-09-08Changes to str*cmp functions. Fixes a couple more corner cases.Liu Tao
2010-08-16Fix strcmp and strncmp. They failed in several important scenariosPatrick Georgi
2010-06-24Attached patch moves functions out of the huge libpayload.h into headersPatrick Georgi
2010-03-25libpayload updateStefan Reinauer
2009-08-05fix buggy comment in libpayload's strncat functionStefan Reinauer
2009-03-06fix strstr. Seems the function never worked before, except the searchedStefan Reinauer
2009-01-26fix a potential null pointer reference in strdup (as found by Patrick Georgi)Stefan Reinauer
2008-10-20[PATCH] libpayload: Add a strtoul() functionJordan Crouse
2008-09-26* Add strsep (since strtok is considered obsolete)Stefan Reinauer
2008-08-26fix string function prototypes in libpayload according to sysv/4.3bsd.Stefan Reinauer
2008-04-25libpayload: Add the null terminator to the end of the duplicated stringJordan Crouse
2008-03-21Cosmetics, fix typos (trivial).Uwe Hermann
2008-03-21Quickfix for libpayload's strcpy() to properly NUL-terminate strings (trivial).Uwe Hermann
2008-03-20Cosmetics, coding style fixes (trivial).Uwe Hermann
2008-03-20Make the list of functions in libpayload.h more complete (trivial).Uwe Hermann
2008-03-20libpayload: Add -Os to the CFLAGSJordan Crouse
2008-03-19libpayload: The initial chunk of code writen by AMDJordan Crouse