aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-style.c
diff options
context:
space:
mode:
authorRudnicki, Piotr <piotr.rudnicki@intel.com>2025-02-12 10:50:37 +0100
committerTom Tromey <tromey@adacore.com>2025-02-24 07:12:04 -0700
commita4f974e939e350cdc34089bd59508296abcb4211 (patch)
tree5ba9b1a7e853cf2963af91ba2caeed01eb864729 /gdb/cli/cli-style.c
parentc619e92beb0784775552abe64d9a886a8cdc7236 (diff)
downloadbinutils-a4f974e939e350cdc34089bd59508296abcb4211.zip
binutils-a4f974e939e350cdc34089bd59508296abcb4211.tar.gz
binutils-a4f974e939e350cdc34089bd59508296abcb4211.tar.bz2
gdb, testsuite, rust: fix for empty array
For the Rust language, to avoid segmentation fault in case of an empty array, do not try to copy any elements, but allocate and return the empty array immediately. With the command before the change, gdb crashes with message: (gdb) set lang rust (gdb) p [1;0] Fatal signal: Segmentation fault After the fix in this commit, gdb shows following message: (gdb) set lang rust (gdb) p [1;0] $1 = [] Update the existing test case gdb.rust/expr.exp to verify the change. Approved-By: Tom Tromey <tom@tromey.com>
Diffstat (limited to 'gdb/cli/cli-style.c')
0 files changed, 0 insertions, 0 deletions