Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Minor fixup: indentation and avoid VFAT_RESULTS calculation #55

Closed
wants to merge 2 commits into from
Closed

Minor fixup: indentation and avoid VFAT_RESULTS calculation #55

wants to merge 2 commits into from

Conversation

fboudra
Copy link
Contributor

@fboudra fboudra commented Jun 17, 2015

No description provided.

Use 4 spaces for indentation. No code changes.

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Get rid of VFAT_RESULTS_SPACE variable: VFAT_RESULTS_SPACE and
VFAT_RESULTS_SIZE are the same value and it is hardcoded to 8M
(8*1024*1024).

Also avoid to calculate VFAT_RESULTS_BLOCK for the same rationale:
hardcoded to 8M, expressed in blocks (8*1024)

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
@fboudra fboudra closed this Oct 31, 2016
meghadey pushed a commit that referenced this pull request Mar 1, 2018
Changes in DBI 1.638:

Fix UTF-8 support for warn/croak calls within DBI internals,
    thanks to pali #53
Fix dependency on Storable for perl older than 5.8.9,
    thanks to H.Merijn Brand.

Add DBD::Mem driver, a pure-perl in-memory driver using DBI::DBD::SqlEngine,
    thanks to Jens Rehsack #42

Corrected missing semicolon in example in documentation,
    thanks to pali #55

Changes in DBI 1.637 - 16th August 2017:

Fix use of externally controlled format string (CWE-134) thanks to pali #44
    This could cause a crash if, for example, a db error contained a %.
    https://cwe.mitre.org/data/definitions/134.html
Fix extension detection for DBD::File related drivers
Fix tests for perl without dot in @inc RT#120443
Fix loss of error message on parent handle, thanks to charsbar #34
Fix disappearing $_ inside callbacks, thanks to robschaber #47
Fix dependency on Storable for perl older than 5.8.9

Allow objects to be used as passwords without throwing an error, thanks to demerphq #40
Allow $sth NAME_* attributes to be set from Perl code, re #45
Added support for DBD::XMLSimple thanks to nigelhorne #38

Documentation updates:
Improve examples using eval to be more correct, thanks to pali #39
Add cautionary note to prepare_cached docs re refs in %attr #46
Small POD changes (Getting Help -> Online) thanks to openstrike #33
Adds links to more module names and fix typo, thanks to oalders #43
Typo fix thanks to bor #37

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant