| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
This fixes CVE-2019-7572, CVE-2019-7573, CVE-2019-7574, CVE-2019-7575, CVE-2019-7576,
CVE-2019-7577, CVE-2019-7578, CVE-2019-7635, CVE-2019-7636, CVE-2019-7637, CVE-2019-7638
closes #10346
|
| |
|
| |
|
|
|
|
|
| |
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
qemu with sdl hangs on startup, apparently it ends up in an endless loop
Backtrace from gdb:
Program received signal SIGINT, Interrupt.
0x00007ffff7df5904 in ?? () from /lib/ld64-uClibc.so.0.9.32
(gdb) bt
#0 0x00007ffff7df5904 in ?? () from /lib/ld64-uClibc.so.0.9.32
#1 0x00007ffff7df653e in _dl_find_hash () from /lib/ld64-uClibc.so.0.9.32
#2 0x00007ffff7df7fa1 in ?? () from /lib/ld64-uClibc.so.0.9.32
#3 0x00007ffff7df6a8a in ?? () from /lib/ld64-uClibc.so.0.9.32
#4 0x00007ffff7df6d03 in _dl_fixup () from /lib/ld64-uClibc.so.0.9.32
#5 0x00007ffff501e015 in ?? () from /lib/libdl.so.0.9.32
#6 0x00007ffff501e224 in dlopen () from /lib/libdl.so.0.9.32
#7 0x00007ffff6803e87 in SDL_LoadObject () from /usr/lib/libSDL-1.2.so.0
#8 0x00007ffff68082a7 in ?? () from /usr/lib/libSDL-1.2.so.0
#9 0x00007ffff680eb74 in ?? () from /usr/lib/libSDL-1.2.so.0
#10 0x00007ffff67ff040 in SDL_VideoInit () from /usr/lib/libSDL-1.2.so.0
#11 0x00007ffff67dd752 in SDL_InitSubSystem () from /usr/lib/libSDL-1.2.so.0
#12 0x00007ffff67dd824 in SDL_Init () from /usr/lib/libSDL-1.2.so.0
#13 0x000055555568cc9b in ?? ()
#14 0x00005555555c182a in main ()
We try disable the dlopen stuff and see how that goes
|
|
|
|
| |
http://bugzilla.libsdl.org/show_bug.cgi?id=1155
|
| |
|
| |
|
| |
|
|
|
|
| |
this is needed for apk-tools-2.1 migration
|
| |
|
| |
|
|
|
|
| |
ref #384
|
| |
|
|
ref #255
|