K 10 svn:author V 6 adridg K 8 svn:date V 27 2020-12-30T21:07:09.971611Z K 7 svn:log V 517 Patch UB in graphics/ksnip Various functions did if-linux-else-windows-else-apple, leaving us behind; when those functions are supposed to return a value, but don't, that's Undefined Behavior. It's allowed to crash, or do something else. There were already patches adding the "other" case, here's a handful more of them. I chose to patch the existing port, rather than trying to chase an update to the recently-released 1.8.0, because that's a little less work *right now*. PR: 252229 Reported by: Guido Kollerie END