this post was submitted on 14 Nov 2023
1 points (100.0% liked)

Apple

111 readers
1 users here now

A place for Apple news, rumors, and discussions.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] qingfeng9075@alien.top 1 points 2 years ago

It’s called overflowing, which is a number supposed to be a positive integer becomes -1 when it gets too big. For instance, int16 only supports 65535 as max, so when you have more than 65536 missing calls, it turns into -1.