OSDN Git Service

core/profile: Fix possible crash when registering profiles
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 5 Nov 2015 13:14:50 +0000 (15:14 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Sun, 8 Nov 2015 18:07:51 +0000 (20:07 +0200)
commitbc4dbda3362d3654447d8ae6525cac1540b7d705
tree6e63e303409d2cfcb7d8057635db9f863fb92207
parentf1485b759892e144f0750f1ffc120c23cd60d171
core/profile: Fix possible crash when registering profiles

Profiles under ext_profiles are local and should no be mixed with other
external profiles since its type is different which can may cause invalid
memory when accessing member of ext_profile struct.
src/profile.c