rpm-build/tools
Alexey Tourbin 312c51d845 pdeath_execute.c: remove X_OK check, use execvp(3)
Both (F_OK|X_OK) cannot be tested at the same time, which means that
X_OK is X_OK for directories, too.  And anyway there's a huge period
of time between X_OK test and exec.  So I remove the test which cannot
be performed reliably.  As a bonus, I also replace execv() with execvp().
2008-07-07 05:33:00 +04:00
..
.cvsignore re-added .lclintrc and .cvsignore files from CVS 2002-03-25 20:27:37 +00:00
dump_ld_config.c Update call to dump_ld_config. 2006-01-12 11:58:59 +00:00
dump.c sync with rpm4 branch: include local headers 2002-03-25 22:02:39 +00:00
dumpdb.c fixed options processing 2005-10-16 16:52:49 +00:00
filesize.c Removed cvsid tags. 2006-05-14 17:05:34 +04:00
javadeps.c fixed compilation warnings 2003-11-24 18:59:03 +00:00
Makefile.am Add dump_ld_config. 2006-01-09 20:55:49 +00:00
pdeath_execute.c pdeath_execute.c: remove X_OK check, use execvp(3) 2008-07-07 05:33:00 +04:00
relative.c relative: Fix potential NULL dereference (ALT#14067) 2008-01-17 18:12:23 +00:00
rpmarchive.c Initial revision 2002-03-25 20:16:26 +00:00
rpmchecksig.c Initial revision 2002-03-25 20:16:26 +00:00
rpmheader.c Initial revision 2002-03-25 20:16:26 +00:00
rpminject.c Initial revision 2002-03-25 20:16:26 +00:00
rpmlead.c Initial revision 2002-03-25 20:16:26 +00:00
rpmsignature.c Initial revision 2002-03-25 20:16:26 +00:00
rpmsort.c sync with rpm4 branch: include local headers 2002-03-25 22:02:39 +00:00