Skip to content

[Bug] r.in.ascii: Conditional jump or move depends on uninitialised value(s) #5769

Open
@marisn

Description

@marisn

Valgrind reports use of uninitialized value. Needs to be examined.

==48118== Using Valgrind-3.24.0 and LibVEX; rerun with -h for copyright info
==48118== Command: r.in.ascii input=/home/marisn/soft/grass-marisn/raster/r.in.pdal/testsuite/data/res_coeff_var_z.ascii output=ref_coeff_var
==48118== Parent PID: 48092
==48118==
==48118== Conditional jump or move depends on uninitialised value(s)
==48118== at 0x489AA74: G_adjust_Cell_head (adj_cellhd.c:121)
==48118== by 0x10B3B0: gethead (gethead.c:226)
==48118== by 0x10A86E: main (main.c:177)
==48118==
==48118== Conditional jump or move depends on uninitialised value(s)
==48118== at 0x489AAA2: G_adjust_Cell_head (adj_cellhd.c:121)
==48118== by 0x10B3B0: gethead (gethead.c:226)
==48118== by 0x10A86E: main (main.c:177)
==48118==
==48118== Conditional jump or move depends on uninitialised value(s)
==48118== at 0x489AACB: G_adjust_Cell_head (adj_cellhd.c:126)
==48118== by 0x10B3B0: gethead (gethead.c:226)
==48118== by 0x10A86E: main (main.c:177)
==48118==
==48118== Conditional jump or move depends on uninitialised value(s)
==48118== at 0x489AAE1: G_adjust_Cell_head (adj_cellhd.c:126)
==48118== by 0x10B3B0: gethead (gethead.c:226)
==48118== by 0x10A86E: main (main.c:177)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingrasterRelated to raster data processing

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions