Tag

  • Show log

    Commit

  • Hash : 0c82d267
    Author : Christian Weisgerber
    Date : 2021-10-15T15:18:30

    sync with OpenBSD parse.y
    
    Explicitly cast "char" to "unsigned char" when assigned to "int"
    to prevent sign extension from breaking comparions against EOF or
    passing invalid arguments to ctype functions.