Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-plugins-base gst-plugins-base
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 641
    • Issues 641
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 80
    • Merge requests 80
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamerGStreamer
  • gst-plugins-basegst-plugins-base
  • Issues
  • #445
Closed
Open
Issue created Apr 27, 2018 by Bugzilla Migration User@bugzilla-migration

rtspconnection: GError set over the top of a previous GError or uninitialized memory.

Submitted by Nils Öhnell

Link to original bug (#795596)

Description

file: gstrtspconnection.c
functions: read_bytes(), write_bytes(), fill_bytes()

The functions do not have handling for the situation that sub-functions return both a positive number of bytes and an error at the same time.

The problem is discovered in the next lap of the while-loop when the error has not been cleared from the previous lap, and this error print is issued:
"GError set over the top of a previous GError or uninitialized memory."

Assignee
Assign to
Time tracking