~henrix/ubuntu/precise/open-vm-dkms/lp-1416003

« back to all changes in this revision

Viewing changes to lib/foundryMsg/foundryPropertyListCommon.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-10-23 15:32:00 UTC
  • mfrom: (1.1.2 upstream) (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20081023153200-gc1bfx89hj35c799
Tags: 2008.10.10-123053-2
* Correcting typo in dh_installinit call.
* Downgrading depends on module-assistant to recommends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
486
486
             * process. Admittedly we've already bounds checked it, but this is
487
487
             * pretty easy to handle.
488
488
             */
 
489
            free(property->value.blobValue.blobContents);
489
490
            property->value.blobValue.blobContents = malloc(*lengthPtr);
490
491
            if (NULL == property->value.blobValue.blobContents) {
491
492
               err = VIX_E_OUT_OF_MEMORY;