safe-read icon indicating copy to clipboard operation
safe-read copied to clipboard

A variant of READ secure against internbombing, excessive input and macro characters.

Results 3 safe-read issues
Sort by recently updated
recently updated
newest added

Calling SAFE-READ from within a WITH-INPUT-FROM-STRING causes cache confusion when faced with later, similar, string-streams after earlier ones have gone out of scope. Depending on the Lisp implementation, this problem...

Solves the issue about Buffer cache - should not break any extant uses

Number syntax allows `1d999` as valid double syntax. Make sure that we are protected against this.