system/core/libpixelflinger/codeflinger/../../../../external/dlmalloc/malloc.c:4286:61: error: arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Werror,-Wnull-pointer-arithmetic]
if (!is_inuse(p) && (char*)p + psize >= base + size - TOP_FOOT_SIZE) {
^~~~~~~~~~~~~
system/core/libpixelflinger/codeflinger/../../../../external/dlmalloc/malloc.c:2731:17: note: expanded from macro 'TOP_FOOT_SIZE'
(align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
~~~~~~~~~~~~~^~~~~~~~~~~~~
system/core/libpixelflinger/codeflinger/../../../../external/dlmalloc/malloc.c:2218:55: note: expanded from macro 'chunk2mem'
#define chunk2mem(p) ((void*)((char*)(p) + TWO_SIZE_T_SIZES))
^
system/core/libpixelflinger/codeflinger/../../../../external/dlmalloc/malloc.c:1622:14: note: expanded from macro 'align_offset'
((((size_t)(A) & CHUNK_ALIGN_MASK) == 0)? 0 :\
Test: m checkbuild
Bug: 72331524
Change-Id: Iefc3b4ae6b36ba9f6cb908c03301cbe429ade320
|
||
|---|---|---|
| .. | ||
| tinyutils | ||
| Arm64Assembler.cpp | ||
| Arm64Assembler.h | ||
| Arm64Disassembler.cpp | ||
| Arm64Disassembler.h | ||
| ARMAssembler.cpp | ||
| ARMAssembler.h | ||
| ARMAssemblerInterface.cpp | ||
| ARMAssemblerInterface.h | ||
| ARMAssemblerProxy.cpp | ||
| ARMAssemblerProxy.h | ||
| armreg.h | ||
| blending.cpp | ||
| CodeCache.cpp | ||
| CodeCache.h | ||
| disassem.c | ||
| disassem.h | ||
| GGLAssembler.cpp | ||
| GGLAssembler.h | ||
| load_store.cpp | ||
| mips64_disassem.c | ||
| mips64_disassem.h | ||
| MIPS64Assembler.cpp | ||
| MIPS64Assembler.h | ||
| mips_disassem.c | ||
| mips_disassem.h | ||
| mips_opcode.h | ||
| MIPSAssembler.cpp | ||
| MIPSAssembler.h | ||
| texturing.cpp | ||