aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-giop.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-giop.c')
-rw-r--r--epan/dissectors/packet-giop.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/epan/dissectors/packet-giop.c b/epan/dissectors/packet-giop.c
index 554b75250f..3520417ff9 100644
--- a/epan/dissectors/packet-giop.c
+++ b/epan/dissectors/packet-giop.c
@@ -1525,10 +1525,7 @@ static void read_IOR_strings_from_file(const gchar *name, int max_iorlen) {
if(ior_val_len>0) {
- /* Combination of tvb_new() and tvb_set_real_data().
- Can throw ReportedBoundsError.
-
- XXX - can it throw an exception in this case? If so, we
+ /* XXX - can this throw an exception in this case? If so, we
need to catch it and clean up, but we really shouldn't allow
it - or "get_CDR_octet()", or "decode_IOR()" - to throw an
exception. */