mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
a7c4e991b8
commit
a0be738b20
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Reference in a new issue