~connman-maintainers/connman/head

Viewing all changes in revision 7992.

  • Committer: Daniel Wagner
  • Date: 2020-02-17 09:20:11 UTC
  • Revision ID: git-v1:fb1b6fdddc0fc187e18640889eba7dac2491f460
iwd: Fix uninitialized access in tech_enable_tethering_cb()

gcc reports with:

plugins/iwd.c: In function ‘tech_enable_tethering_cb’:
plugins/iwd.c:575:15: warning: ‘iwdap’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  575 |   g_free(iwdap->bridge);

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: