diff options
Diffstat (limited to 'results/classifier/118/review/1248')
| -rw-r--r-- | results/classifier/118/review/1248 | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/results/classifier/118/review/1248 b/results/classifier/118/review/1248 new file mode 100644 index 000000000..2cae34d79 --- /dev/null +++ b/results/classifier/118/review/1248 @@ -0,0 +1,71 @@ +mistranslation: 0.840 +graphic: 0.837 +architecture: 0.806 +assembly: 0.721 +device: 0.705 +performance: 0.641 +debug: 0.617 +semantic: 0.542 +permissions: 0.512 +socket: 0.500 +vnc: 0.496 +virtual: 0.492 +network: 0.472 +risc-v: 0.436 +ppc: 0.432 +boot: 0.417 +PID: 0.377 +files: 0.375 +user-level: 0.353 +TCG: 0.329 +VMM: 0.323 +kernel: 0.296 +register: 0.254 +i386: 0.219 +x86: 0.212 +KVM: 0.212 +arm: 0.165 +peripherals: 0.138 +hypervisor: 0.137 +-------------------- +virtual: 0.854 +assembly: 0.785 +debug: 0.195 +TCG: 0.163 +user-level: 0.090 +performance: 0.053 +files: 0.029 +register: 0.027 +device: 0.019 +semantic: 0.015 +peripherals: 0.014 +PID: 0.010 +hypervisor: 0.009 +VMM: 0.007 +network: 0.005 +architecture: 0.005 +kernel: 0.004 +graphic: 0.003 +KVM: 0.002 +socket: 0.002 +vnc: 0.001 +boot: 0.001 +risc-v: 0.001 +permissions: 0.001 +mistranslation: 0.001 +x86: 0.000 +ppc: 0.000 +arm: 0.000 +i386: 0.000 + +s390x: glibc widestring algorithms broken +Description of problem: +Several wide-string functions from glibc are broken und qemu user emulation. +Affected are at least: `wcsbrk()`, `wcsspn()` and `wcscspn()`. All of these are implemented in optimized assembler in glibc. + +Unfortunately I don't have access to the real hardware to check the behavior there. But it would probably been detected by now. +Also I don't know which instructions exactly don't work, as I don't have any knowledge about s390x assembler. +Steps to reproduce: +1. Compile the test program above +2. Run the program +3. Output is `0`, should be `1`. |