Results 77 issues of dcb314

Package kvm-unit-tests seems to have a linker script as follows: SECTIONS { . = 4M + SIZEOF_HEADERS; stext = .; .text : { *(.init) *(.text) *(.text.*) } . = ALIGN(4K);...

dosemu.spec.out:mold: unknown command line option: --oformat ld seems to support it.

I notice new error message: mold: /usr/lib64/gnuefi//x64/efi.lds:3: OUTPUT_ARCH(i386:x86-64) ^ unknown linker script token It looks to me like mold needs to understand this token.

ib/intern/common/amazon.c:33:35: warning: logical 'or' of collectively exhaustive tests is always true [-Wlogical-op] Source code is if (sets->img_min_size img_min_size)

c_src/emmap.cpp:545:18: warning: variable 'position' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] Suggest initialise local variable position at its declaration.

atf-sh/atf-check.cpp:592]: (performance) Function parameter 'oc' should be passed by const reference. I couldn't find the source code for the next two: tools/user.cpp:55]: (performance) Function parameter 'ids' should be passed by...

[src/request.c:293] -> [src/request.c:290] -> [src/request.c:298]: (error) Using pointer to local variable 'headerNameWithPrefix' that is out of scope. Source code is if (addPrefix) { char headerNameWithPrefix[S3_MAX_METADATA_SIZE - sizeof(": v")]; snprintf(headerNameWithPrefix, sizeof(headerNameWithPrefix),...

../src/arch/mem_linux.cc:70]: (error) Width 256 given in format string (no. 1) is larger than destination buffer 'label[256]', use %255s to prevent overflowing it. ../src/arch/mem_linux.cc:70]: (error) Width 8 given in format string...

acronym.c:269:117: warning: operation on '(ww + (sizetype)(i * 48))->len' may be undefined [-Wsequence-point] Source code is DpsConv(&uni_lc, ww[i].word, (15*ww[i].len+1)*sizeof(char), (char*)ww[i].uword, sizeof(dpsunicode_t)*((ww[i].len = DpsUniLen(ww[i].uword)) + 1));

1. dump-vtable.c:315:46: warning: flag '0' results in undefined behavior with 'p' conversion specifier [-Wformat] ``` printf("(int (*)(...)) -%016p\n", (void*) -(ptrdiff_t)vfuncp); ``` 2. dump-vtable.c:319:45: warning: flag '0' results in undefined behavior...