Actions
Optimization #8466
open
JL
OD
detect/base64: determine behavior if buf size > buf length
Optimization #8466:
detect/base64: determine behavior if buf size > buf length
Description
Determine, document, and test behavior when buffer size > buffer length.
from_base64: bytes 25
with buffer @VGhpcyBpcyBTdXJpY2F0YQ==@erdnaxe
Currently, the transform returns silently and leaves the buffer unchanged.
Options are
- Convert up to nbytes treating nbytes as an upper bound
- Keep current behavior and leave buffer unmodified
- Set the error flag, treating the condition as an error and use absent to detect
JL Updated by Jeff Lucovsky 4 months ago
- Related to Feature #7114: from_base64: allow matching on decode error added
PA Updated by Philippe Antoine 4 months ago
- Tracker changed from Bug to Optimization
- Affected Versions deleted (
8.0.0)
PA Updated by Philippe Antoine 16 days ago
- Status changed from New to Triaged
- Assignee set to OISF Dev
Actions