r284198 seems to have left a null format string printf that gcc does *not*
like breaking mips builds. Submitted by: Shawn Webb <shawn.webb@hardenedbsd.org> Obtained from: HardenedBSD
This commit is contained in:
parent
b88cbe703a
commit
4b0e592d9f
@ -288,7 +288,6 @@ printcol(const DISPLAY *dp)
|
||||
if (dp->entries > lastentries) {
|
||||
if ((narray =
|
||||
realloc(array, dp->entries * sizeof(FTSENT *))) == NULL) {
|
||||
xo_warn(NULL);
|
||||
printscol(dp);
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user