Index Search ←Prev date Next date→
Timestamps are in GMT/BST.
| 02:48:38 | BFLogBot Pull request #768 closed by eykamp | Title: Fix NULL pointer crash in replaceString utility function | https://github.com/bitfighter/bitfighter/pull/768 | |
| 02:49:09 | BFLogBot Comment on issue #768 | User: eykamp | Comment: This just adds an unnecessary new sig, then fixes a problem that sig introduces. Not useful. ... | https://github.com/bitfighter/bitfighter/pull/768#issuecomment-4324829490 | |
| 03:23:31 | BFLogBot Comment on issue #768 | User: google-labs-jules[bot] | Comment: > This just adds an unnecessary new sig, then fixes a problem that sig introduces. Not useful. Acknowledged. I have re ... | https://github.com/bitfighter/bitfighter/pull/768#issuecomment-4325012184 | |
| 03:24:43 | BFLogBot Repo: bitfighter | Commit: 51ec131445 | Author: google-labs-jules[bot] | Message: Fix writeLevelString NULL crash and alphaNumberSort non-ASCII ordering This commit addresses two bugs in `zap/stringUtils.cpp`: 1. Added a NULL pointer guard to `writeLevelString` to prevent a dereference crash when passed a NULL pointer. 2. Updated `alphaNumberSort` to use `unsigned char` for non-numeric character comparisons. This ensures that characters with the | |
| 03:24:45 | BFLogBot high bit set (extended ASCII/UTF-8 bytes) are sorted correctly after standard ASCII characters, rather than being treated as negative values. Corresponding unit tests were added to `bitfighter_test/TestStringUtils.cpp` to verify the fixes. I am an AI agent. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 07:05:59 | BFLogBot Repo: bitfighter | Commit: b00317bbc6 | Author: google-labs-jules[bot] | Message: Fix signed char comparison bug in alphaNumberSort This commit fixes a bug in `alphaNumberSort` where non-ASCII characters were being compared as signed chars. On systems where `char` is signed, this caused characters with the high bit set to sort before ASCII characters. The fix involves casting to `unsigned char` before comparison. Changes made by Jules (AI Agent | |
| 07:06:01 | BFLogBot ). Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 07:06:04 | BFLogBot Pull request #769 opened by eykamp | Title: Fix signed char comparison bug in alphaNumberSort | https://github.com/bitfighter/bitfighter/pull/769 |
Index Search ←Prev date Next date→
These logs were automatically created by BFLogBot on irc.freenode.net.