This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official pacman repository". The branch, master has been updated via f9f22fded2f05ae1edb5af3bd0e3a4aba2f5ce34 (commit) via 18a64400617259b34ccf014682fd8022d551a036 (commit) from 75837a2717c3b5654149393d6ec0e0977a7ddc2f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f9f22fded2f05ae1edb5af3bd0e3a4aba2f5ce34 Author: László Várady <laszlo.varady93@gmail.com> Date: Mon Aug 5 15:11:19 2019 +0200 pacman/callback: fix buffer over-read Commit 11ab9aa9f5f0f3873df89c73e8715b82f485bd9b replaced a strcpy() call with memcpy(), without copying the terminating null character. Since fname is allocated with malloc(), subsequent strstr() calls will overrun the buffer's boundary. Signed-off-by: László Várady <laszlo.varady93@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 18a64400617259b34ccf014682fd8022d551a036 Author: Dave Reisner <dreisner@archlinux.org> Date: Fri Jun 28 06:43:32 2019 -0400 meson: remove tap-driver.py, use meson's TAP protocol This includes a patch from Andrew to fix pactest's TAP output for subtests. Original TAP support in meson was added in 0.50, but 0.51 contains a bugfix that ensures the test still work with the --verbose flag passed to meson test, so let's depend on that. ----------------------------------------------------------------------- Summary of changes: build-aux/tap-driver.py | 296 --------------------- src/pacman/callback.c | 4 +- test/pacman/meson.build | 675 +++++++++++++++++++++++------------------------ test/pacman/tap.py | 3 +- test/scripts/meson.build | 3 +- 5 files changed, 337 insertions(+), 644 deletions(-) delete mode 100644 build-aux/tap-driver.py hooks/post-receive -- The official pacman repository