leonardoms/BuzZ

write/read config are unsafe!

leonardoms opened this issue · 0 comments

Need to create safe functions like buzz_read_config_string(); buzz_read_config_integer() with secure type verification to replace the unsafe combinations buzz_value_string( buzz_read_config(self, "...") );