fix(glibc): CVE-2026-5928 - fix ungetwc operating on byte stream - #46
fix(glibc): CVE-2026-5928 - fix ungetwc operating on byte stream#46deepin-ci-robot wants to merge 2 commits into
Conversation
CVE: CVE-2026-5450 Generated-By: deepseek-v4-flash Co-Authored-By: hudeng <hudeng@deepin.org>
…d of wide stream _IO_wdefault_pbackfail was operating on fp->_IO_read_ptr (byte stream) instead of fp->_wide_data->_IO_read_ptr (wide stream), causing ungetwc to read/write before the allocated buffer. CVE: CVE-2026-5928 Upstream: bminor/glibc@ef3bfb5 Generated-By: deepseek-v4-flash Co-Authored-By: hudeng <hudeng@deepin.org>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
TAG Bot TAG: 2.38-6deepin26 |
|
dpkg-source: info: applying all/math-Remove-ldbl-96-fma-implementation.patch |
|
#47 新的修复pr。 |
CVE 修复\n\nCVE: CVE-2026-5928\nFix ungetwc using byte stream buffer instead of wide stream buffer\n\nUpstream: bminor/glibc@ef3bfb5f910011f3780cb06aa47e730035f53285\n\nFix-Approach: patch\nGenerated-By: deepseek-v4-flash\nCo-Authored-By: hudeng hudeng@deepin.org