Thread overview
[Issue 18597] more unsafe unaligned pointer errors
Mar 12, 2018
Walter Bright
Mar 12, 2018
Walter Bright
Mar 12, 2018
ag0aep6g@gmail.com
Mar 13, 2018
Walter Bright
Mar 13, 2018
Walter Bright
Mar 13, 2018
ag0aep6g
March 12, 2018
https://issues.dlang.org/show_bug.cgi?id=18597

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |safe

--
March 12, 2018
https://issues.dlang.org/show_bug.cgi?id=18597

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=15399

--
March 12, 2018
https://issues.dlang.org/show_bug.cgi?id=18597

ag0aep6g@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ag0aep6g@gmail.com

--- Comment #1 from ag0aep6g@gmail.com ---
(In reply to Walter Bright from comment #0)
> ag0aep6g@[...].com writes:

Please don't give away people's email addresses like that. It doesn't matter too much for me, because that's my D address, but generally it's not a nice thing to do.

--
March 13, 2018
https://issues.dlang.org/show_bug.cgi?id=18597

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
(In reply to ag0aep6g from comment #1)
> (In reply to Walter Bright from comment #0)
> > ag0aep6g@[...].com writes:
> 
> Please don't give away people's email addresses like that. It doesn't matter too much for me, because that's my D address, but generally it's not a nice thing to do.

Sorry about that, but I just copy pasted from the public page:

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

I.e. your email address appears with every comment you write, including the one this is in reply to. You might want to check your bugzilla profile.

--
March 13, 2018
https://issues.dlang.org/show_bug.cgi?id=18597

--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/8019

--
March 13, 2018
https://issues.dlang.org/show_bug.cgi?id=18597

--- Comment #4 from ag0aep6g <ag0aep6g@gmail.com> ---
(In reply to Walter Bright from comment #2)
> (In reply to ag0aep6g from comment #1)
[...]
> Sorry about that, but I just copy pasted from the public page:
[...]
> I.e. your email address appears with every comment you write, including the one this is in reply to. You might want to check your bugzilla profile.

Huh. I thought I had set the name properly. Sorry for lashing out.

Bugzilla didn't already make it public, though. It's smart enough to remove the domain part in replies and on truly public pages (i.e. when you're not logged in).

But then again, <https://forum.dlang.org/group/issues> shows all Bugzilla activity to the public, including everyone's addresses. So that's that.

--
March 23, 2018
https://issues.dlang.org/show_bug.cgi?id=18597

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/3afbfb2c1b6328c18bdfd1f122091a74e22f9d69 fix Issue 18597 - more unsafe unaligned pointer errors

https://github.com/dlang/dmd/commit/a0764d9ea0e7b3132d0a362b2f32a6e74e6e76e0 Merge pull request #8019 from WalterBright/fix18597

fix Issue 18597 - more unsafe unaligned pointer errors merged-on-behalf-of: Mike Franklin <JinShil@users.noreply.github.com>

--
March 23, 2018
https://issues.dlang.org/show_bug.cgi?id=18597

github-bugzilla@puremagic.com changed:

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

--