lib/file: Out of bounds access??? #71

Closed
opened 2022-11-03 16:31:28 +01:00 by BodgeMaster · 2 comments

I added the following code to the test at line 164:

    std::cout << readFile->size.value << std::endl;
    std::cout << modifyString << std::endl;

Output (shortened):

61
Hallo, Hi THE CAKE IS A LIE, Ich bin Shwoomple.rces/writeTest
On line 168: Assertion failed: modifyString == "Hallo, Hi THE CAKE IS A LIE, Ich bin Shwoomple."
I added the following code to the test at line 164: ``` std::cout << readFile->size.value << std::endl; std::cout << modifyString << std::endl; ``` Output (shortened): ``` 61 Hallo, Hi THE CAKE IS A LIE, Ich bin Shwoomple.rces/writeTest On line 168: Assertion failed: modifyString == "Hallo, Hi THE CAKE IS A LIE, Ich bin Shwoomple." ```

NetBSD:
image

NetBSD: ![image](/attachments/f103a79c-228a-45ec-bfa0-91ea03a9fbea)
Sign in to join this conversation.
There is no content yet.