Uli Heilmeier
changed
bug 8600
What |
Removed |
Added |
Attachment #10656 is obsolete |
|
1
|
Attachment #10656 Flags |
review_for_checkin?
|
|
Attachment #10663 Flags |
|
review_for_checkin?
|
Comment # 10
on bug 8600
from Uli Heilmeier
Created attachment 10663 [details]
AUTH PLAIN decode username and password
As far as I can see epan_base64_decode return the length without the
terminating NULL. The decoded string is terminated by NULL. Lenght of strlen is
without terminating NULL.
So I think the checks should be safe and not off-by-one.
I fixed the col_append_sep_fstr calls.
You are receiving this mail because:
- You are watching all bug changes.