Simon
Simon
- Fixes the [Issue of upscaled images](https://github.com/njdehoog/NHBalancedFlowLayout/issues/22) wich occurs if the partition algorithm assigns a single item to one row. - Incorporates a fix for a crash on `[UICollectionView insertSections:]`...
As alrady mentioned in issue #67, there is a potential null pointer access in`sdsnewlen`. This is only posssible because `s_malloc` is actually just defined as `malloc` instead of `zmalloc` like...
In openssl 1.1 the BIGNUM internals are in a private header file. This makes it more difficult to efficiently caclulate the number of trailing zero bits in that BIGENUM. Therefore...