|
From: | cvs-commit at gcc dot gnu.org |
Subject: | [Bug binutils/28168] csky overflows disassembly stack buffer |
Date: | Fri, 13 Aug 2021 06:16:45 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=28168 --- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by LifangXia <lifangxia@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1374be23274d0d569ca160b8172b2c02fc37becc commit 1374be23274d0d569ca160b8172b2c02fc37becc Author: Lifang Xia <lifang_xia@c-sky.com> Date: Tue Aug 10 11:16:57 2021 +0800 PR28168: [CSKY] Fix stack overflow in disassembler PR 28168: Stack overflow with a large float. %f is not a goot choice for this. %f should be replaced with %.7g. gas/ * testsuite/gas/csky/pr28168.d: New testcase for PR 28168. * testsuite/gas/csky/pr28168.s: Likewise. * testsuite/gas/csky/v2_float_part2.d: Following the new format. * opcodes/csky-dis.c (csky_output_operand): %.7g replaces %f. -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |