Opened 6 weeks ago
Last modified 2 weeks ago
#22345 closed defect
VBClLogError is expecting 2 args but only one's supplied, thus segfault — at Version 3
Reported by: | changedemailandwasforcedtosetnewnick | Owned by: | |
---|---|---|---|
Component: | guest additions | Version: | VirtualBox-7.1.6 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Windows |
Description (last modified by )
this line:
VBClLogError("cannot convert '%s' to native format, rc=%Rrc\n", rc);
is missing an arg, possibly pvBuf
? (though I'm personally not sure if pvBuf is null terminated here, actually it looks like it's not pvBuf because pvBuf is utf16...)
I got a stack dump because of it, but i think it may not be relevant to add here because it is obvious why it happened now.
Change History (3)
comment:1 by , 6 weeks ago
Description: | modified (diff) |
---|
comment:2 by , 6 weeks ago
Description: | modified (diff) |
---|
comment:3 by , 6 weeks ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.