29 Aug
2018
29 Aug
'18
10:07 a.m.
Nikolay Sivov <nsivov(a)codeweavers.com> wrote:
On 08/29/2018 12:28 PM, Dmitry Timoshkov wrote:
+ /* FIXME: should use SEH */ + if (!puiDataType || !piValue || !pftValue || !szValueBuf || !pcchValueBuf) + return RPC_X_NULL_REF_POINTER; This means it belongs to the server.
$ grep "FIXME: should use SEH" dlls/msi/* install.c: /* FIXME: should use SEH */ install.c: /* FIXME: should use SEH */ install.c: /* FIXME: should use SEH */ suminfo.c: /* FIXME: should use SEH */ suminfo.c: /* FIXME: should use SEH */ suminfo.c: /* FIXME: should use SEH */ -- Dmitry.