[Issue 16385] std.range: undefined behaviour when skipping over 0xff in string.popFront

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Aug 14 04:27:07 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=16385

--- Comment #1 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/0d213a9288a672721da442c331df955188c5ddb7
Fix issue 16385: do not pass 0 to bsr, it has undefined return value

https://github.com/dlang/phobos/commit/d753c8e3773f15647508fd8c30cad964982d2f37
Merge pull request #4729 from rainers/issue16385

Fix issue 16385:  std.range: undefined behaviour when skipping over 0xff in
string.popFront

--


More information about the Digitalmars-d-bugs mailing list