You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,9 @@ and a potential segmentation fault from specially crafted config files
17
17
- Fixed incorrect inclusion of definition for extra validators [#1238][]
18
18
- Fixed fuzz generated failure from crafted files introduced in recent release
19
19
[#1238][]
20
+
- Removed some usage of static const std::string in inline function that had potential memory issues when CLI11 is used with shared libraries, this likely isn't a bug but the fix did result in smaller code size so was kept. [#1244][]
0 commit comments