Thread overview
[Issue 20872] std.array.assocArray trusts user-provided 'front' for values
Dec 17, 2022
Iain Buclaw
Jul 31
Dlang Bot
Jul 31
Dlang Bot
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=20872

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
July 31
https://issues.dlang.org/show_bug.cgi?id=20872

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ntrel created dlang/phobos pull request #9036 "Fix Bugzilla 20872 - std.array.assocArray trusts user-provided 'front…" fixing this issue:

- Fix Bugzilla 20872 - std.array.assocArray trusts user-provided 'front' for values

https://github.com/dlang/phobos/pull/9036

--
July 31
https://issues.dlang.org/show_bug.cgi?id=20872

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick@geany.org
           Severity|enhancement                 |normal

--
July 31
https://issues.dlang.org/show_bug.cgi?id=20872

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #9036 "Fix Bugzilla 20872 - std.array.assocArray trusts user-provided 'front…" was merged into master:

- b9dae663f9b795f841f5e65c48ee249209663bb7 by Nick Treleaven:
  Fix Bugzilla 20872 - std.array.assocArray trusts user-provided 'front' for
values

https://github.com/dlang/phobos/pull/9036

--