File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,14 @@ date = "2021-11-14"
7
7
url = " https://github.com/nvzqz/fruity/issues/14"
8
8
9
9
[affected .functions ]
10
- "fruity::foundation::NSString::to_str" = [" > 0.0 .0" ]
11
- "fruity::foundation::NSString::to_str_with_nul" = [" > 0.0 .0" ]
12
- "fruity::foundation::NSString::to_string" = [" > 0.0 .0" ]
13
- "fruity::foundation::NSString::to_string_with_nul" = [" > 0.0 .0" ]
10
+ "fruity::foundation::NSString::to_str" = [" < 0.3.0, >= 0.1 .0" ]
11
+ "fruity::foundation::NSString::to_str_with_nul" = [" < 0.3.0, >= 0.1 .0" ]
12
+ "fruity::foundation::NSString::to_string" = [" < 0.3.0, >= 0.1 .0" ]
13
+ "fruity::foundation::NSString::to_string_with_nul" = [" < 0.3.0, >= 0.1 .0" ]
14
14
15
15
[versions ]
16
- patched = []
16
+ patched = [" >= 0.3.0" ]
17
+ unaffected = [" < 0.1.0" ]
17
18
```
18
19
19
20
# Converting ` NSString ` to a String Truncates at Null Bytes
You can’t perform that action at this time.
0 commit comments