Summary: | sys-fs/mtools: buffer overflow with mcopy with _FORTIFY_SOURCE=3 when built with -O3 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sam James <sam> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arsen |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 847148 | ||
Attachments: | [PATCH] vfat: fix out-of-bounds write in autorename |
Description
Sam James
![]() ![]() ![]() ![]() It looks like mtools bug reports go to the info-mtools list. sam, did you end up forwarding the report upstream? if not, I can either report it or fix it Iirc no Created attachment 875665 [details, diff]
[PATCH] vfat: fix out-of-bounds write in autorename
patch sent upstream, we could include it downstream too probably.. though i didn't stress test it too hard (but usages of autorename seem to indicate this should be okay..)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c595962e5b3a1f3df970c2ff1bce3354b7d116f commit 3c595962e5b3a1f3df970c2ff1bce3354b7d116f Author: Sam James <sam@gentoo.org> AuthorDate: 2024-06-03 00:50:21 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-06-03 01:04:54 +0000 sys-fs/mtools: add 4.0.44 Switch to .lz because xz-utils can unpack it these days. Closes: https://bugs.gentoo.org/916028 Signed-off-by: Sam James <sam@gentoo.org> sys-fs/mtools/Manifest | 1 + sys-fs/mtools/mtools-4.0.44.ebuild | 54 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) has the fix been verified, just to be clear? (In reply to Arsen Arsenović from comment #6) > has the fix been verified, just to be clear? No - I saw his response to you on the ML and just went with it. (I forgot the invocation to reproduce it and forgot I filed this bug until I was just about to push...) ah, I missed it because the reply wasn't addressed to me. very well |