We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8854f commit a873589Copy full SHA for a873589
1 file changed
NtApiDotNet/Win32/Rpc/RpcClientBuilder.cs
@@ -228,7 +228,7 @@ private RpcTypeDescriptor GetBogusArrayTypeDescriptor(NdrBogusArrayTypeReference
228
CodeTypeReference real_element_type = element_type.CodeType;
229
CodeTypeReference generic_type = null;
230
231
- if (is_pointer)
+ if (is_pointer && !is_string)
232
{
233
unmarshal_expr.Add(CodeGenUtils.GetPrimitive(element_type.PointerType == RpcPointerType.Full));
234
generic_type = real_element_type;
0 commit comments