gdb: remove uses of alloca in gdbtypes.c
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 31 Aug 2023 19:56:10 +0000 (15:56 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Fri, 1 Sep 2023 01:28:48 +0000 (21:28 -0400)
commit8ba212f8933df0560d600d14c032be251aa21a71
tree4acac943362ba690d75406d374762f1757b095b0
parent9e2dda428d1c8e9a3eead8a77f40ab2de3e458cb
gdb: remove uses of alloca in gdbtypes.c

Replace two uses of alloca with std::string.

Change-Id: I970ae3f450da407494d95668a57bba8796d6292b
Approved-by: Kevin Buettner <kevinb@redhat.com>
gdb/gdbtypes.c