Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • purple-mm-sms purple-mm-sms
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • Kyle Evans
  • purple-mm-smspurple-mm-sms
  • Merge requests
  • !1

Fix segfault issue and data issue in Mobian

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Chris Talbot requested to merge kop316/purple-mm-sms:mmsd into mmsd Dec 16, 2020
  • Overview 1
  • Commits 7
  • Pipelines 7
  • Changes 2

For some reason, the order of these declarations matter in Mobian

Swapping "data" and "size" makes it so that "data" will not equal 0, but equal the correct value.

Changing the order and line of " gchar *filenode, *containerpath, *mimetype, *filename;" fixes a segfault issue with the mimetype.

Why this happens....I have no idea. But it does.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: mmsd