mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
The dump program was exiting with the message:
Assertion failed: (spcl.c_count + blks < TP_NINDIR), function appendextdata, file /usr/src/sbin/dump/traverse.c, line 759.
The problem arose when dumping external attributes.
This assertion was added in this commit with no review by someone
with expertise in the dump program:
commit
|
||
|---|---|---|
| .. | ||
| cache.c | ||
| dump.8 | ||
| dump.h | ||
| dumprmt.c | ||
| itime.c | ||
| main.c | ||
| Makefile | ||
| Makefile.depend | ||
| optr.c | ||
| pathnames.h | ||
| tape.c | ||
| traverse.c | ||
| unctime.c | ||