Fixed rpm crash when trying to access an undefined domain. 10/27510/1 accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi tizen_3.0.2014.q3_common tizen_3.0.m14.3_ivi accepted/tizen/common/20140925.182508 accepted/tizen/common/20141008.190634 accepted/tizen/ivi/20141005.142818 submit/tizen/20140925.072409 submit/tizen_common/20141008.071414 tizen_3.0.2014.q3_common_release tizen_3.0.m14.3_ivi_release
authorMaciej J. Karpiuk <m.karpiuk2@samsung.com>
Fri, 12 Sep 2014 14:04:01 +0000 (16:04 +0200)
committerMaciej J. Karpiuk <m.karpiuk2@samsung.com>
Mon, 15 Sep 2014 08:40:43 +0000 (10:40 +0200)
Change-Id: I5e84c913d1756320bf31442d87b797ff8b5f4633

plugins/msmxattr.c

index 2665dfc..e1f0008 100644 (file)
@@ -848,7 +848,7 @@ static int msmCheckDomainRequestOrPermit(manifest_x *mfx, const char* domain)
         // FIXME: maybe this should be changed to a command-line option that
         // would be used during the image build?
         rpmlog(RPMLOG_WARNING, "The domain '%s' has not been yet defined by "\
-               "any package\n");
+               "any package\n", domain);
 
     //now check that this ac_domain can be requested
     if (mfx->defines) {