Timestamps are in GMT/BST.
| 07:31:55 | | BFLogBot Repo: bitfighter | Commit: c0ef5b196d | Author: google-labs-jules[bot] | Message: Fix bugs in TNL::StringPtr and add unit tests - Handled NULL input in StringPtr::alloc to prevent crash in strlen. - Added self-assignment check to StringPtr::operator=(const StringPtr&). - Added NULL check for source StringPtr in assignment operator. - Included necessary headers in tnlString.h. - Added bitfighter_test/TestTnlString.cpp with comprehensive tests. - |
| 07:31:57 | | BFLogBot Updated zap/bitfighter_test.cmake to include the new tests. I am an AI agent. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> |
| 07:31:58 | | BFLogBot Pull request #773 opened by eykamp | Title: Fix bugs in TNL::StringPtr and add unit tests | https://github.com/bitfighter/bitfighter/pull/773 |
| 18:03:48 | | BFLogBot Repo: bitfighter | Commit: 10c92027b0 | Author: google-labs-jules[bot] | Message: Fix bugs in TNL::StringPtr and add unit tests - Identifies as AI agent. - Fixed crash in TNL::StringPtr::alloc() when passed a NULL C-string. - Fixed memory corruption in TNL::StringPtr::operator= during self-assignment. - Fixed crash in TNL::StringPtr::operator= when assigning from a StringPtr holding NULL. - Added necessary includes to tnl/tnlString.h to make it |
| 18:03:49 | | BFLogBot self-contained. - Added comprehensive unit tests in bitfighter_test/TestTnlString.cpp. - Registered new tests in zap/bitfighter_test.cmake. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> |
| 18:03:50 | | BFLogBot Pull request #774 opened by eykamp | Title: Fix bugs in TNL::StringPtr and add unit tests | https://github.com/bitfighter/bitfighter/pull/774 |