Thanks to visit codestin.com
Credit goes to github.com

Skip to content

QA: Compiler warnings ‘free’ called on pointer [-Wfree-nonheap-object] #296

@johu

Description

@johu
  • version 0.8.0
  • gcc 15
  • cmake 4

When we compile packages downstream in Gentoo we enable several compiler options to make QA issues visible. These warnings were produced:

 * QA Notice: Package triggers severe warnings which indicate that it
 *            may exhibit random runtime failures.
 * <command-line>: warning: ‘free’ called on pointer ‘*(void ***)((char *)array+ ivtmp*8)’ with nonzero offset [512, 17179869184] [-Wfree-nonheap-object]
 * <command-line>: warning: ‘free’ called on pointer ‘*(tommy_hashlin_node ***)((char *)hashlin+ ivtmp*8)’ with nonzero offset [512, 17179869184] [-Wfree-nonheap-object]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions