Use INT_MAX instead of UINT_MAX to indicate end-of-segment
<rdar://problem/16492909>
Created attachment 231430 [details] Patch
Comment on attachment 231430 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=231430&action=review > Source/WebCore/ChangeLog:16 > + No new tests. Why not?
I think this should use std::numeric_limits<int>::max() instead of INT_MAX.
Comment on attachment 231430 [details] Patch I think it would be good to have a test that would have triggered the asserts or crashed. But also: I don't see any asserts in the patch. Is that a bug in the patch or the ChangeLog? r- for lack of test and for incorrect ChangeLog. Also please see andersca's comment.
Created attachment 231617 [details] Not for review