* Added a TODO note to isASCII()
This commit is contained in:
parent
50173cab0f
commit
027537d624
1 changed files with 1 additions and 1 deletions
|
|
@ -324,7 +324,7 @@ class Exif {
|
|||
return false;
|
||||
}
|
||||
|
||||
if ( strlen($in) > 1024 ) {
|
||||
if ( strlen($in) > 1024 ) { // TODO: This might not be according to the spec
|
||||
$this->debug( $in, __FUNCTION__, 'input was too long' );
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue