summaryrefslogtreecommitdiff
path: root/gdb/symfile.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2002-01-08 02:09:31 +0000
committerMichael Snyder <msnyder@specifix.com>2002-01-08 02:09:31 +0000
commit392ec364e2b7741c8bcb844edfe3331dbd944d78 (patch)
tree4e40d45bd497d0cd7e5ae42d52c2c99363e591be /gdb/symfile.c
parentebb86bf37348f4561586a9bcc2eb8184f801d230 (diff)
downloadgdb-392ec364e2b7741c8bcb844edfe3331dbd944d78.tar.gz
2002-01-07 Michael Snyder <msnyder@redhat.com>
* cp-valprint.c (cp_print_value): FIXME comment, alloca size. * p-valprint.c (pascal_object_print_value): Ditto. * somread.c (som_symtab_read): Ditto. * symfile.c (simple_free_overlay_region_table): Ditto. * valops.c (value_assign): Ditto.
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r--gdb/symfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c
index d999cf9349f..c0b9d3e786a 100644
--- a/gdb/symfile.c
+++ b/gdb/symfile.c
@@ -3009,6 +3009,7 @@ simple_free_overlay_region_table (void)
static void
read_target_long_array (CORE_ADDR memaddr, unsigned int *myaddr, int len)
{
+ /* FIXME (alloca): Not safe if array is very large. */
char *buf = alloca (len * TARGET_LONG_BYTES);
int i;