~vcs-imports/rdesktop/main

Viewing all changes in revision 1260.

  • Committer: stargo
  • Date: 2010-04-07 11:22:13 UTC
  • Revision ID: vcs-imports@canonical.com-20100407112213-pkxvt3978k8b0z0q
fix two problems found by clang static analyzer

secure.c:  829: Dereference of null pointer
xkeymap.c: 799: Pass-by-value argument in function call is undefined

both seem to be noncritical, as sec_recv is never called with a null
pointer and ensure_remote_modifiers only accesses initialized fields

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: