aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/tvbuff.c')
-rw-r--r--epan/tvbuff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/tvbuff.c b/epan/tvbuff.c
index 1caaa3cae0..d3a0e0d713 100644
--- a/epan/tvbuff.c
+++ b/epan/tvbuff.c
@@ -4329,6 +4329,7 @@ tvb_bcd_dig_to_wmem_packet_str_be(tvbuff_t *tvb, const gint offset, const gint l
gchar *tvb_bytes_to_str(wmem_allocator_t *allocator, tvbuff_t *tvb,
const gint offset, const gint len)
{
+ DISSECTOR_ASSERT(len > 0);
return bytes_to_str(allocator, ensure_contiguous(tvb, offset, len), len);
}