wxie7

Results 3 issues of wxie7

hello, I'm trying to test connection migration based on echo_client. My idea is this: when the standard input of the client receives a specific string("chgxxx"), close the previous fd, and...

hello, maybe there exist a bug in workbook_validate_sheet_name. When `sheetname` is an empty string (`""`), the `workbook_validate_sheet_name` function does not check if the string length is 0, leading to a...

bug

Hello, maybe there exist a bug. `ucl_parser_add_string` and `ucl_object_insert_key` work normally, but `ucl_object_lookup` can't find the previous value, so hit `__builtin_trap` ```c++ void check_and_trap_if_missing(const ucl_object_t *obj, const char *key, const...