← Back to index
|
Original Bugzilla link
Bug 14013 – std.socket: off-by-one error when automatically resizing on POSIX
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-01-20T00:57:00Z
Last change time
2015-02-18T03:41:23Z
Keywords
pull
Assigned to
nobody
Creator
dlang-bugzilla
Comments
Comment #0
by dlang-bugzilla — 2015-01-20T00:57:32Z
When adding a socket, an off-by-one bug may cause an out-of-bounds array write on POSIX.
Comment #1
by github-bugzilla — 2015-01-20T01:45:54Z
Commits pushed to master at
https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/0d08691c6d869388456ff676423f63dbb78998e5
fix Issue 14013 - std.socket: off-by-one error when automatically resizing on POSIX
https://github.com/D-Programming-Language/phobos/commit/13d8fa6195fc822f439637625753115efe0369eb
Merge pull request #2882 from CyberShadow/pull-20150120-005744 fix std.socket issues 14012 and 14013
Comment #2
by dlang-bugzilla — 2015-01-20T02:00:03Z
https://github.com/D-Programming-Language/phobos/pull/2882
Comment #3
by github-bugzilla — 2015-02-18T03:41:23Z
Commits pushed to 2.067 at
https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/0d08691c6d869388456ff676423f63dbb78998e5
fix Issue 14013 - std.socket: off-by-one error when automatically resizing on POSIX
https://github.com/D-Programming-Language/phobos/commit/13d8fa6195fc822f439637625753115efe0369eb
Merge pull request #2882 from CyberShadow/pull-20150120-005744