Skip to content

Commit c7a1e3f

Browse files
authored
Merge branch 'master' into kivutar/mui-snappy-scroll
2 parents fde5a9d + 5f23e85 commit c7a1e3f

185 files changed

Lines changed: 19662 additions & 1556 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/3DS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
container:
19-
image: git.libretro.com:5050/libretro-infrastructure/libretro-build-devkitpro:latest
19+
image: reallibretroretroarch/libretro-build-devkitpro:latest
2020
options: --user root
2121

2222
steps:

.github/workflows/DOS-DJGPP.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
container:
19-
image: git.libretro.com:5050/libretro-infrastructure/libretro-djgpp-build-container:latest
19+
image: reallibretroretroarch/libretro-djgpp-build-container:latest
2020
options: --user root
2121

2222
steps:

.github/workflows/Emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
container:
19-
image: git.libretro.com:5050/libretro-infrastructure/libretro-build-emscripten:latest
19+
image: reallibretroretroarch/libretro-build-emscripten:latest
2020
options: --user root
2121

2222
steps:

.github/workflows/GameCube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
container:
19-
image: git.libretro.com:5050/libretro-infrastructure/libretro-build-devkitpro:latest
19+
image: reallibretroretroarch/libretro-build-devkitpro:latest
2020
options: --user root
2121

2222
steps:

.github/workflows/Linux-samples-tasks.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,22 @@ jobs:
8181
# ever amends the predicate, the copy here must follow.
8282
timeout 60 ./archive_name_safety_test
8383
echo "[pass] archive_name_safety_test"
84+
85+
- name: Build and run http_method_match_test (ASan)
86+
shell: bash
87+
working-directory: samples/tasks/http
88+
run: |
89+
set -eu
90+
# Regression test for the heap-buffer-overflow fix in
91+
# tasks/task_http.c::task_push_http_transfer_generic().
92+
# Pre-fix, an unsafe memcmp(method, "GET", 3) read past
93+
# the strdup'd buffer when method was NULL or shorter
94+
# than 3 bytes. Build under AddressSanitizer so a
95+
# regression to the unsafe expression is caught at the
96+
# bounds level, not just the truth-table level. If
97+
# task_http.c amends the GET-dispatch predicate, the
98+
# copy in http_method_match_test.c must follow.
99+
make clean all SANITIZER=address
100+
test -x http_method_match_test
101+
timeout 60 ./http_method_match_test
102+
echo "[pass] http_method_match_test"

.github/workflows/Linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
container:
19-
image: git.libretro.com:5050/libretro-infrastructure/libretro-build-i386-ubuntu:xenial-gcc9
19+
image: reallibretroretroarch/libretro-build-i386-ubuntu:xenial-gcc9
2020
options: --user root
2121

2222
steps:

.github/workflows/Miyoo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
container:
19-
image: git.libretro.com:5050/libretro-infrastructure/libretro-build-dingux:latest
19+
image: reallibretroretroarch/libretro-build-dingux:latest
2020
options: --user root
2121

2222
steps:

.github/workflows/PS2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
container:
19-
image: git.libretro.com:5050/libretro-infrastructure/libretro-build-ps2:latest
19+
image: reallibretroretroarch/libretro-build-ps2:latest
2020
options: --user root
2121

2222
steps:

.github/workflows/PS3-PSL1GHT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
container:
19-
image: git.libretro.com:5050/libretro-infrastructure/libretro-build-psl1ght:latest
19+
image: reallibretroretroarch/libretro-build-psl1ght:latest
2020
options: --user root
2121

2222
steps:

.github/workflows/PS4-ORBIS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
container:
19-
image: git.libretro.com:5050/libretro-infrastructure/libretro-build-orbis:latest
19+
image: reallibretroretroarch/libretro-build-orbis:latest
2020
options: --user root
2121

2222
steps:

0 commit comments

Comments
 (0)