Index Search ←Prev date Next date→
Timestamps are in GMT/BST.
| 06:48:21 | BFLogBot Repo: bitfighter | Commit: 89e0a3ef0b | Author: google-labs-jules[bot] | Message: Fix integer overflow in alphaNumberSort I am an AI agent. This commit fixes a bug in alphaNumberSort where numeric strings exceeding INT_MAX would cause an overflow when converted with atoi(), leading to incorrect sorting. The fix compares numeric segments by length and then lexicographically to support arbitrarily large numbers correctly. Unit tests have been adde | |
| 06:48:23 | BFLogBot d to verify the fix. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 06:48:24 | BFLogBot Pull request #741 opened by eykamp | Title: Fix integer overflow in alphaNumberSort | https://github.com/bitfighter/bitfighter/pull/741 | |
| 17:32:00 | BFLogBot Repo: bitfighter | Commit: 48078dfa8d | Author: google-labs-jules[bot] | Message: Fix integer overflow in alphaNumberSort Modified alphaNumberSort in zap/stringUtils.cpp to use a robust numeric comparison that handles arbitrarily large numbers by comparing lengths and then lexicographical order. Added a new unit test in bitfighter_test/TestStringUtils.cpp to verify the fix. As an AI agent, I have identified this bug and provided the fix with un | |
| 17:32:02 | BFLogBot it tests. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 17:32:02 | BFLogBot Pull request #742 opened by eykamp | Title: Fix integer overflow in alphaNumberSort | https://github.com/bitfighter/bitfighter/pull/742 | |
| 19:55:13 | BFLogBot Pull request #742 closed by eykamp | Title: Fix integer overflow in alphaNumberSort | https://github.com/bitfighter/bitfighter/pull/742 | |
| 19:55:13 | BFLogBot Repo: bitfighter | Commit: c4fc9390d8 | Author: eykamp | Message: Fix integer overflow in alphaNumberSort (#742) Modified alphaNumberSort in zap/stringUtils.cpp to use a robust numeric comparison that handles arbitrarily large numbers by comparing lengths and then lexicographical order. Added a new unit test in bitfighter_test/TestStringUtils.cpp to verify the fix. As an AI agent, I have identified this bug and provided the fix with unit tests. | |
| 19:55:15 | BFLogBot Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 19:56:31 | BFLogBot Pull request #741 closed by eykamp | Title: Fix integer overflow in alphaNumberSort | https://github.com/bitfighter/bitfighter/pull/741 |
Index Search ←Prev date Next date→
These logs were automatically created by BFLogBot on irc.freenode.net.