| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Building main/netcat-openbsd requires N_SYMOFF N_BADMAG. These two
definitions are also copied from a.out.h. The build turns out good,
then main/libvirt also good. In the future usage, this a.out.h thing
should be taken into accounts for bugs.
|
| |
|
| |
|
| |
|
|
|
|
| |
the buildrepo script reports better information
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CVE-2016-7994: Qemu virtio-gpu: memory leak in virtio_gpu_resource_create_2d
CVE-2016-7995: Qemu: usb: hcd-ehci: memory leak in ehci_process_itd
CVE-2016-8576: Qemu: usb: xHCI: infinite loop vulnerability in xhci_ring_fetch
CVE-2016-8577: Qemu: 9pfs: host memory leakage in v9fs_read
CVE-2016-8578: Qemu: 9pfs: potential NULL dereferencein 9pfs routines
CVE-2016-8668: Qemu: net: OOB buffer access in rocker switch emulation
CVE-2016-8909: Qemu: audio: intel-hda: infinite loop in processing dma buffer stream
CVE-2016-8910: Qemu: net: rtl8139: infinite loop while transmit in C+ mode
CVE-2016-9101: Qemu: net: eepro100 memory leakage at device unplug
CVE-2016-9102: Qemu: 9pfs: memory leakage when creating extended attribute
CVE-2016-9103: Qemu: 9pfs: information leakage via xattribute
CVE-2016-9104: Qemu: 9pfs: integer overflow leading to OOB access
CVE-2016-9105: Qemu: memory leakage in v9fs_link
CVE-2016-9106: Qemu: 9pfs: memory leakage in v9fs_write
CVE-2017-5525: Qemu: audio: memory leakage in ac97 device
CVE-2017-5552: Qemu: display: virtio-gpu-3d: memory leakage in virgl_resource_attach_backing
CVE-2017-5578: Qemu: display: virtio-gpu: host memory leakage in virtio_gpu_resource_attach_backing
CVE-2017-5579: Qemu: serial: host memory leakage in 16550A UART emulation
CVE-2017-5667: Qemu: sd: sdhci OOB access during multi block SDMA transfer
CVE-2017-5856: Qemu: scsi: megasas: host memory leakage in megasas_handle_dcmd
CVE-2017-5857: display: virtio-gpu-3d: host memory leakage in virgl_cmd_resource_unref
CVE-2017-5898: Qemu: usb: integer overflow in emulated_apdu_from_guest
CVE-2017-5931: virtio: integer overflow in handling virtio-crypto requests
CVE-2017-2615: Qemu: display: cirrus: oob access while doing bitblt copy backward mode
CVE-2017-2620: Qemu: display: cirrus: potential arbitrary code execution via cirrus_bitblt_cputovideo
CVE-2017-6505: usb: an infinite loop issue in ohci_service_ed_list
|
| |
|
| |
|
| |
|
|
|
|
| |
Ref : https://github.com/kamailio/kamailio/pull/1068
|
| |
|
|
|
|
| |
the fail in fakeroot
|
|
|
|
|
| |
- add check()
- cleanups
|
|
|
|
| |
There should be a more elegant solution for this but it would work fine
|
|
|
|
| |
s390x support for compiler-rt starts from llvm3.9
|
| |
|
| |
|
| |
|
|
|
|
| |
Move muraster to mupdf-tools
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
To run uwsgi tests.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes error:
$ apkbuild-cpan create Protocol::WebSocket
Wrote perl-protocol-websocket/APKBUILD
>>> perl-protocol-websocket: Updating the sha512sums in APKBUILD...
>>> perl-protocol-websocket: Checking sha512sums...
Protocol-WebSocket-0.20.tar.gz: OK
>>> perl-protocol-websocket: Unpacking /var/cache/distfiles/Protocol-WebSocket-0.20.tar.gz...
Can't locate Module/Build/Tiny.pm in @INC (you may need to install the Module::Build::Tiny module) (@INC contains: /usr/local/lib/perl5/site_perl /usr/local/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at Build.PL line 9.
BEGIN failed--compilation aborted at Build.PL line 9.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Libbsd includes a.out.h header to get some definitions, like struct nlist,
struct exec.
In Alpine x86_64 this header is provided by linux-headers package (linux/a.out.h),
in Ubuntu ppc64le it is provided by glibc (a.out.h), but in Alpine ppc64le it is not
available.
A workaround for this problem is to define the types that are being used
by libbsd instead of including the invalid header for ppc64le.
|
|
|
|
| |
This reverts commit 38ef90003fe042562c7ec2f75f6db77615a71ecd.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
To be easier to get on homepage of the module, and so make @ncopa
happier. :)
|
|
|
|
| |
See https://lists.alpinelinux.org/alpine-devel/5640.html
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|