since strings are `\0`-terminated, this makes for an ugly issue down the road unless it's fixed very soon (`std::string` has been overused).
examples/candidates:
https://git.dotya.ml/ak-fortuna/fortuna/src/commit/d4c7c61ac47baa7c5dd73029f4692c5c4e7afc50/generator.cpp#L49-L50
https://git.dotya.ml/ak-fortuna/fortuna/src/commit/d4c7c61ac47baa7c5dd73029f4692c5c4e7afc50/generator.cpp#L57-L58
https://git.dotya.ml/ak-fortuna/fortuna/src/commit/d4c7c61ac47baa7c5dd73029f4692c5c4e7afc50/generator.cpp#L135
https://git.dotya.ml/ak-fortuna/fortuna/src/commit/d4c7c61ac47baa7c5dd73029f4692c5c4e7afc50/util.h#L16-L30
https://git.dotya.ml/ak-fortuna/fortuna/src/commit/d4c7c61ac47baa7c5dd73029f4692c5c4e7afc50/generator.cpp#L127
wanderer
added the bug label 2022-01-07 05:44:48 +01:00
wanderer
self-assigned this 2022-01-07 05:44:48 +01:00
This repo is archived. You cannot comment on issues.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
since strings are
\0-terminated, this makes for an ugly issue down the road unless it's fixed very soon (std::stringhas been overused).examples/candidates: