-
The debug output in function handle_saHpiDomainInfoActiveEntries() (saHpiDomainInfoTable.c, line 353) uses %d format for an u_long argument while it should be using %ld.
Reported by: horakdan
-
# config/charts/config/templates/legacy-config-app.yaml
```
{{- $replicaCount := .Values.replicaCount | int }}
{{- range $i := until $replicaCount }}
---
{{- $num := printf "%02d" (add $i 1)…
-
I faced the problem while running go test that some of the formatting functions uses incorrect directives which causes it to fail at build and make it not possible to run tests on the files. Here is l…
-
Gentoo: default/linux/amd64/17.0/hardened (stable)
OpenRC: sys-apps/openrc-0.38.3
Looking at the einfo.3 manpage, I see that the library supports printf format handling, however the `src/rc/do_e.c…
-
From #2
For e.g., following lines occurs error
```cpp
printf ("%'"PRIu64" loops/s.\n", (uint64_t) loops_per_tick * TIMER_FREQ);
printf ("Pintos booting with %'"PRIu32" kB RAM...\n", init_ram_pa…
-
I know it's not really well-defined to try to print a dual number like this, but it would be better if it failed more gracefully, for example by printing the number with the right formatting and omitt…
-
The debug output in function handle_saHpiDomainInfoActiveEntries() (saHpiDomainInfoTable.c, line 353) uses %d format for an u_long argument while it should be using %ld.
Reported by: horakdan
-
This is just an idea, i tested in a branch in my fork and works like i somewhat expected.
Context: Sometimes we forget to pass arguments to the format function, this is remedied with the \ being ad…
-
The debug output in function handle\_saHpiDomainInfoActiveEntries\(\) \(saHpiDomainInfoTable.c, line 353\) uses %d format for an u\_long argument while it should be using %ld.
Reported by: sharkcz
O…
-
### Description
[conan-install-mingw-w64.log](https://github.com/user-attachments/files/17525559/conan-install-mingw-w64.log)
recipe fails during compilation of mingw-w64-crt ^
also, recipe wil…