commit | add8e4ab882957fb1556e7d899ec7233f12f8850 | [log] [tgz] |
---|---|---|
author | Cosmos Nicolaou <cnicolaou@google.com> | Wed Nov 05 22:25:21 2014 -0800 |
committer | Cosmos Nicolaou <cnicolaou@google.com> | Wed Nov 05 22:25:21 2014 -0800 |
tree | 2a4b7ba14de7cbb8b1afb0caebc887267b1ad651 | |
parent | a134eda8c3d7a68b5ffd364dce6c89152d7917c0 [diff] |
runtimes/google/ipc: trap all reserved names (starting with __). The existing behaviour was to trap names that match __<prefix> and send those to the registered dispatcher. This change traps any name that starts with __ and hence prevents anyone from accidentally using a name that starts with __. Change-Id: I9e2abb6881709418e15f8129e0ab346e056c4671