Message ID | 20220706095624.328-1-xieyongji@bytedance.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix some coverity issues on VDUSE | expand |
On Wed, 6 Jul 2022 at 11:18, Xie Yongji <xieyongji@bytedance.com> wrote: > > This series fixes some issues reported by coverity. > > Patch 1 fixes a incorrect function name. > > Patch 2 fixes Coverity CID 1490224. > > Patch 3 fixes Coverity CID 1490226, 1490223. > > V1 to V2: > - Drop the patch to fix Coverity CID 1490222, 1490227 [Markus] > - Add some commit log to explain why we don't use g_strlcpy() [Markus] > > Xie Yongji (3): > libvduse: Fix the incorrect function name > libvduse: Replace strcpy() with strncpy() > libvduse: Pass positive value to strerror() > > subprojects/libvduse/libvduse.c | 13 +++++++------ > 1 file changed, 7 insertions(+), 6 deletions(-) Hi -- these patches still don't seem to be in git. What is the plan for getting them in ? thanks -- PMM
Am 06.07.2022 um 11:56 hat Xie Yongji geschrieben: > This series fixes some issues reported by coverity. > > Patch 1 fixes a incorrect function name. > > Patch 2 fixes Coverity CID 1490224. > > Patch 3 fixes Coverity CID 1490226, 1490223. > > V1 to V2: > - Drop the patch to fix Coverity CID 1490222, 1490227 [Markus] > - Add some commit log to explain why we don't use g_strlcpy() [Markus] Thanks, applied to the block branch. Kevin