Skip to content

bug: fixed fdf_* input (len=MAX_LENGTH)

Nick R. Papior requested to merge fix-line-length into master

Some routines had an interface with

character(len=MAX_LENGTH)

which was problematic if the string from outside did not have this length. In which case fully optimized code would yield an overflow and reading the next bytes.

This fixes this case (will also be pushed to 4.0 and pushed upstream).

Merge request reports