-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 6
-
Component/s: core-svc
-
None
-
b47
-
generic
-
generic
NotificationBroadcasterSupport has acquired a constructor that takes an MBeanNotificationInfo[] array to be returned from the getNotificationInfo() method. However, what is returned by that method must be a copy of the array, to prevent a malicious local caller from modifying it.