xfs 1.2.2
- Remove "All rights reserved" from Oracle copyright notices
- gitlab CI: Update to latest CI templates & Debian stable release
- unifdef
QNX4
- unifdef
SUNSSYV
- Clear up
-Wcast-function-type
warnings fromNotImplemented()
- Remove unused empty
NoopDDA()
function - Remove unused
EventSwap
functions & dispatch vector -
DetachStdio
: check thatopen
&dup2
functions succeed - Remove no-op
OsInitAllocator()
- Avoid memory leak if
-ls
specified multiple times on command line - Add
FSallocarray
for array allocation with overflow check - Make
FScalloc
take two args like standardcalloc
- Replace
alloc
+bzero
pairs withFScalloc
calls - Replace obsolete
bzero
call with standardmemset
call - Add
FSreallocarray
for array reallocation with overflow check - Get rid of
fsalloc
/fsrealloc
/fsfree
wrapper macros - print error messages if syslog support is built but disabled
- Mark
FatalError
as_X_NORETURN
- Add
alloc_size
&malloc
attributes to allocation functions -
QueryExtents
: Avoid memory leak in error path -
QueryBitmaps
: Avoid memory leak in error path -
SetFontCatalogue
: handle allocation failure -
WriteToClient
: handle allocation failure - configure: Use
AC_SYS_LARGEFILE
to enable large file support - xfs 1.2.2
Edited by Alan Coopersmith