[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [ovmf test] 187464: regressions - FAIL
flight 187464 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/187464/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-i386-xsm 6 xen-build fail REGR. vs. 187463 build-i386 6 xen-build fail REGR. vs. 187463 Tests which did not succeed, but are not blocking: build-i386-libvirt 1 build-check(1) blocked n/a version targeted for testing: ovmf a859f4fc0397ec4a9d1af016b7e1f03ccf14b605 baseline version: ovmf 909849be87a7f931f9fb627522cc664c06987712 Last test of basis 187463 2024-09-03 02:42:49 Z 0 days Testing same since 187464 2024-09-03 04:43:21 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: John Baldwin <jhb@xxxxxxxxxxx> jobs: build-amd64-xsm pass build-i386-xsm fail build-amd64 pass build-i386 fail build-amd64-libvirt pass build-i386-libvirt blocked build-amd64-pvops pass build-i386-pvops pass test-amd64-amd64-xl-qemuu-ovmf-amd64 pass ------------------------------------------------------------ sg-report-flight on osstest.test-lab.xenproject.org logs: /home/logs/logs images: /home/logs/images Logs, config files, etc. are available at http://logs.test-lab.xenproject.org/osstest/logs Explanation of these reports, and of osstest in general, is at http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master Test harness code can be found at http://xenbits.xen.org/gitweb?p=osstest.git;a=summary Not pushing. ------------------------------------------------------------ commit a859f4fc0397ec4a9d1af016b7e1f03ccf14b605 Author: John Baldwin <jhb@xxxxxxxxxxx> Date: Mon Oct 3 15:47:08 2022 -0700 MdePkg: Fix a buffer overread. DevPathToTextUsbWWID allocates a separate copy of the SerialNumber string to append a null terminator if the original string is not null terminated. However, by using AllocateCopyPool, it tries to copy 'Length + 1' words from the existing string containing 'Length' characters into the target string. Split the copy out to only copy 'Length' characters instead. This was reported by GCC's -Wstringop-overread when compiling a copy of this routine included in a library on FreeBSD. Signed-off-by: John Baldwin <jhb@xxxxxxxxxxx>
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |