GitHub user jpeach opened a pull request: https://github.com/apache/trafficserver/pull/565
WIP: Make Ptr<T> pointer value private. Make the actual pointer value of Ptr<T> private so that code reaching in to do unsafe direct manipulate has to do it explicitly. Also remove the implicit conversions to the raw pointer value. Ping @amc, @bgaff, @zwoop. There are a lot of changes here and I need to do some more testing. I *think* that this is worth doing, but would appreciate any early feedback. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jpeach/trafficserver jpeach/ptr-private-data Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/565.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #565 ---- commit 9eeb7bcac8deb2a613a843b8c8d2b12a815080ed Author: James Peach <jpe...@apache.org> Date: 2016-04-10T04:37:00Z WIP: Make Ptr<T> pointer value private. Make the actual pointer value of Ptr<T> private so that code reaching in to do unsafe direct manipulate has to do it explicitly. Also remove the implicit conversions to the raw pointer value. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---