Fix a crash in _winreg_QueryValue
authorVolker Lendecke <vl@samba.org>
Fri, 13 Jun 2008 13:30:08 +0000 (15:30 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 13 Jun 2008 13:33:24 +0000 (15:33 +0200)
commit999533c0ccced59141d8baff5bc248d63e2a966f
tree061080cb934dae453469103b2a2f877880b24d17
parent1a22e975dd1255f3557c1cd873d877aa35822afc
Fix a crash in _winreg_QueryValue

Coverity ID 474, value_length and type are both unique, not ref pointers and
can thus be NULL.

Karolin, please merge this to -stable.

Thanks,

Volker
source/rpc_server/srv_winreg_nt.c