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
Summary:
Internal crash reports (see T15774792) indicate we're having integer overflow/underflow issues.
I notcied this inconsistency, which was introduced by GH issues #431, #440.
Differential Revision: D4546852
fbshipit-source-id: 67e56487cce02f082943f3008bcfcb5cf6205e0e
https://github.com/Instagram/IGListKit/search?utf8=%E2%9C%93&q=NSUInteger&type=Code
There are some remaining ones. There's really no point to using unsigned ints internally even. Let's avoid the eventual
UINT_MAX
bug here.The text was updated successfully, but these errors were encountered: