mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/win32-vd_agent
synced 2026-01-08 20:57:41 +00:00
The strings in the registry are usually NUL-terminated but this is not a requirement. Handle the case when the string, considering the terminator, fit into the reading buffer. In this case accept the string. In the case the string fit into the buffer but is not terminated returns ERROR_MORE_DATA (the error that would be returned if the string didn't fit in the buffer as there is no place to add the terminator). Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com> |
||
|---|---|---|
| build-aux | ||
| common | ||
| spice-protocol@dca5931a3a | ||
| tests | ||
| vdagent | ||
| vdservice | ||
| .gitmodules | ||
| autogen.sh | ||
| configure.ac | ||
| git.mk | ||
| Makefile.am | ||
| mingw-spice-vdagent.spec.in | ||
| NEWS | ||
| spice-vdagent.wxs.in | ||
| test-log | ||
| test-png | ||
| vdagent.sln | ||