profile: Ignore malformed profiles
authorGrant Erickson <marathon96@gmail.com>
Wed, 2 Mar 2011 16:24:32 +0000 (17:24 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 2 Mar 2011 16:25:20 +0000 (17:25 +0100)
commit672a33a8a96cc0f8dadadd442cb066bcc84be519
treebedfe266653c0b47d117c614193f4b15b87a84d8
parentbbbb938cb28a11fa6b794c476bd13a486668e33b
profile: Ignore malformed profiles

Ignore malformed profiles. That is, if there is no non-extension
portion to the file (i.e. it is precisely named .profile), then
ignore it. Passing such files to create_profile will result in
a SIGABRT.
src/profile.c