core: fix invalid inttype and reference
authorNorbert Federa <norbert.federa@thincast.com>
Mon, 20 Jul 2020 11:18:45 +0000 (13:18 +0200)
committerBernhard Miklautz <bernhard.miklautz@thincast.com>
Mon, 20 Jul 2020 12:12:34 +0000 (14:12 +0200)
commit8526965eef5182ad8131a2d8ebabce046666f259
tree132caa3a48d20236969f3d6cc664acb84f324951
parentda684f5335c2b3b726a39f3c091ce804e55f4f8e
core: fix invalid inttype and reference

The error message in tpdu_read_header() printed the pointer address and
used PRIu16 for an UINT8 type

(cherry picked from commit 54fdf7947d4d35589dab9ec3e37839606ffcc985)

Fixes #6380
libfreerdp/core/tpdu.c