aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update copyright headersMike Frysinger2024-01-011-2/+2
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Undo IWYU fixesSam James2023-01-291-2/+0
| | | | | | | | | | | | I wasn't paying enough attention, it's better to just fold the needed bits into porting.h. This reverts commit ffedc60fa41d307bda28fd108e6ff1b8da1fc2ee. This reverts commit f8287200aec0ca33ef07fafcdd5aef0aa6eb1306. This reverts commit aa907a42d89ddfd5a7e64d8182a1da35277f2f6e. Bug: https://github.com/gentoo/pax-utils/pull/11#issuecomment-1407566344 Signed-off-by: Sam James <sam@gentoo.org>
* Make headers standalone (missing includes, prep for clang-tidy)Sam James2023-01-281-0/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* xarray: move ele update to after bounds checkMike Frysinger2015-11-261-2/+6
| | | | | | | | | Even though we don't use the loaded ele value until after we check the bounds of the counter, it makes ASAN unhappy, and might cause a load of invalid memory. URL: https://bugs.gentoo.org/553368 Reported-by: Hanno Boeck <hanno@gentoo.org>
* migrate to gitv1.0Mike Frysinger2015-03-021-1/+0
|
* move array_cnt check into array_for_each initMike Frysinger2014-03-201-2/+4
| | | | atm, if you try to use array_for_each or array_flatten_str on an array that has no members, you will get a segfault. this is an easy rule to forget (and the current code does just that in at least one place), so move the array_cnt check into the init phase. theres negligible code size impact so it should not be a big deal.
* update copyright yearsMike Frysinger2012-11-041-4/+4
|
* fix off-by-one logic when adding strings to arraysMike Frysinger2011-10-031-1/+2
|
* allow people to search for multiple libraries (-N) or data sections (-k)Mike Frysinger2011-09-271-1/+16
|
* dont need strndup code anymoreMike Frysinger2009-12-031-2/+1
|
* For bug #249731, add an xstrndup wrapper, and implement strndup on hosts ↵Fabian Groffen2009-01-311-1/+2
| | | | that don't have it, based on the strndup implementation of sandbox, with a little change to make it C90 compliant.
* declare xzalloc()Mike Frysinger2008-12-301-1/+2
|
* add missing split xfuncs filesv0.1.16Mike Frysinger2007-08-251-0/+20